Skip to content

Commit b0df95c

Browse files
authored
Merge pull request #95 from crate-py/dependabot/github_actions/astral-sh/setup-uv-6.8.0
Bump astral-sh/setup-uv from 6.7.0 to 6.8.0
2 parents 37614a1 + a69b917 commit b0df95c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
with:
2525
persist-credentials: false
26-
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4
26+
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e
2727
with:
2828
enable-cache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
2929
- id: noxenvs-matrix
@@ -66,7 +66,7 @@ jobs:
6666
pypy3.11
6767
allow-prereleases: true
6868

69-
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4
69+
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e
7070
with:
7171
enable-cache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
7272
- name: Run nox

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222

23-
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
23+
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
2424
- name: Run zizmor 🌈
2525
run: uvx zizmor --format=sarif . > results.sarif
2626

0 commit comments

Comments
 (0)