Skip to content

Commit e918c76

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Install uv and set the python version
28-
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
28+
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
2929
with:
3030
python-version: "3.12"
3131

@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: 0
6363

6464
- name: Install uv and set the python version
65-
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
65+
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
6666
with:
6767
python-version: "${{ matrix.python-version }}"
6868

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
token: ${{ secrets.RELEASE_PAT_TOKEN }} # Needed to trigger other actions
4646

4747
- name: Install uv and set the python version
48-
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
48+
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
4949
with:
5050
python-version: "3.13"
5151

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git merge "origin/$REF_NAME"
4444
4545
- name: Install uv and set the python version
46-
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
46+
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
4747
with:
4848
python-version: "3.12" # giskard 2.18.0 requires python <3.13
4949

0 commit comments

Comments
 (0)