Skip to content

Commit 1225038

Browse files
authored
Merge pull request #1423 from python-jsonschema/dependabot/github_actions/astral-sh/setup-uv-7.1.1
Bump astral-sh/setup-uv from 7.1.0 to 7.1.1
2 parents 093bf84 + 6be2cfd commit 1225038

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@3259c6206f993105e3a61b142c2d97bf4b9ef83d
27+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
2828
with:
2929
enable-cache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
3030
- id: noxenvs-matrix
@@ -113,7 +113,7 @@ jobs:
113113
if: runner.os == 'Windows' && startsWith(matrix.noxenv, 'tests')
114114

115115
- name: Set up uv
116-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
116+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
117117
with:
118118
enable-cache: true
119119

@@ -137,7 +137,7 @@ jobs:
137137
fetch-depth: 0
138138
persist-credentials: false
139139
- name: Set up uv
140-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
140+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
141141
with:
142142
enable-cache: true
143143

.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@3259c6206f993105e3a61b142c2d97bf4b9ef83d
23+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
2424

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

0 commit comments

Comments
 (0)