Skip to content

Commit 2a79c51

Browse files
chore(deps): update astral-sh/setup-uv action to v7.3.0 (#500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97aee42 commit 2a79c51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
34+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
3535
with:
3636
enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning
3737
${{ github.ref_type == 'tag' && 'false' || 'auto' }}
@@ -88,7 +88,7 @@ jobs:
8888
persist-credentials: false
8989

9090
- name: Install uv
91-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
91+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
9292
with:
9393
enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning
9494
${{ github.ref_type == 'tag' && 'false' || 'auto' }}
@@ -159,7 +159,7 @@ jobs:
159159
persist-credentials: false
160160

161161
- name: Install uv
162-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
162+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
163163
with:
164164
enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning
165165
${{ github.ref_type == 'tag' && 'false' || 'auto' }}
@@ -236,7 +236,7 @@ jobs:
236236
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
237237

238238
- name: Install uv
239-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
239+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
240240
with:
241241
enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning
242242
${{ github.ref_type == 'tag' && 'false' || 'auto' }}

0 commit comments

Comments
 (0)