Skip to content

Commit c1ec0a6

Browse files
authored
Merge pull request #1398 from python-jsonschema/dependabot/github_actions/astral-sh/setup-uv-6.5.0
Bump astral-sh/setup-uv from 6.4.3 to 6.5.0
2 parents 8e7d594 + bf603d5 commit c1ec0a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- name: Set up uv
27-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
27+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1
2828
with:
2929
enable-cache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
3030
- id: noxenvs-matrix
@@ -100,7 +100,7 @@ jobs:
100100
if: runner.os == 'Windows' && startsWith(matrix.noxenv, 'tests')
101101

102102
- name: Set up uv
103-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
103+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1
104104
with:
105105
enable-cache: true
106106

@@ -124,7 +124,7 @@ jobs:
124124
fetch-depth: 0
125125
persist-credentials: false
126126
- name: Set up uv
127-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
127+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1
128128
with:
129129
enable-cache: true
130130

.github/workflows/zizmor.yml

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

2222
- name: Install uv
23-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
23+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1
2424

2525
- name: Run zizmor 🌈
2626
run: uvx zizmor --format=sarif .github > results.sarif

0 commit comments

Comments
 (0)