Skip to content

Commit 41c7047

Browse files
chore(deps): update astral-sh/setup-uv action to v5.4.1
1 parent 2e7c57f commit 41c7047

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cat "${{ steps.git-cliff.outputs.changelog }}"
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
43+
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
4444
with:
4545
version: "0.6.3"
4646
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
@@ -33,7 +33,7 @@ jobs:
3333
# sudo apt-get install -y YOUR_PROJECT_DEPENDENCIES
3434
3535
- name: Install uv (python package manager)
36-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
36+
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
3737
with:
3838
version: "0.6.3"
3939
enable-cache: true

.github/workflows/test-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Install uv
25-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
25+
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
2626
with:
2727
version: "0.6.3"
2828
enable-cache: true

0 commit comments

Comments
 (0)