Skip to content

Commit b92bf50

Browse files
chore(deps): update astral-sh/setup-uv action to v5.4.0
1 parent 140ec22 commit b92bf50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-build-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535

3636
- name: Install uv
37-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
37+
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
3838
with:
3939
version: "0.6.3"
4040
cache-dependency-glob: uv.lock

.github/workflows/test-and-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get install -y curl jq xsltproc gnupg2 libcairo2
3131
3232
- name: Install uv (python package manager)
33-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
33+
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
3434
with:
3535
version: "0.6.3"
3636
enable-cache: true

0 commit comments

Comments
 (0)