We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140ec22 commit b92bf50Copy full SHA for b92bf50
2 files changed
.github/workflows/package-build-publish-release.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
- name: Install uv
37
- uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
+ uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
38
with:
39
version: "0.6.3"
40
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)
33
enable-cache: true
0 commit comments