We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cba4b commit 85d0e9fCopy full SHA for 85d0e9f
2 files changed
.github/workflows/package-build-publish-release.yml
@@ -33,7 +33,7 @@ jobs:
33
run: cat "${{ steps.git-cliff.outputs.changelog }}"
34
35
- name: Install uv
36
- uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
+ uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
37
with:
38
version: "0.6.3"
39
cache-dependency-glob: uv.lock
.github/workflows/test-and-report.yml
@@ -30,7 +30,7 @@ jobs:
30
sudo apt-get install -y curl jq xsltproc gnupg2 libcairo2
31
32
- name: Install uv (python package manager)
enable-cache: true
0 commit comments