Skip to content

Commit 89154bf

Browse files
chore(deps): update astral-sh/setup-uv action to v7.2.1 (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74214b2 commit 89154bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: setup_python
4747
with:
4848
python-version: ${{ matrix.python-version }}
49-
- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 # zizmor: ignore[cache-poisoning]
49+
- uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 # zizmor: ignore[cache-poisoning]
5050
# The cache is stored only on main branch and not used for publishing
5151
with:
5252
save-cache: ${{ github.ref == 'refs/heads/main' }}

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4343
with:
4444
python-version: '3.14'
45-
- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
45+
- uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
4646
with:
4747
version: 0.9.28
4848
enable-cache: false

0 commit comments

Comments
 (0)