Skip to content

Commit b6186f0

Browse files
chore(deps): update astral-sh/setup-uv action to v7.4.0 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6cc9652 commit b6186f0

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@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 # zizmor: ignore[cache-poisoning]
49+
- uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 # 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
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4545
with:
4646
python-version: '3.14'
47-
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
47+
- uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0
4848
with:
4949
version: 0.10.9
5050
enable-cache: false

0 commit comments

Comments
 (0)