Skip to content

Commit 5ff97b9

Browse files
[#patch](deps): Bump astral-sh/setup-uv from 6.5.0 to 6.6.0 in the actions-deps group (#240)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Edoardo Rosa <6991986+notdodo@users.noreply.github.com>
1 parent 7fd2ce9 commit 5ff97b9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/infra-security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
filter_mode: nofilter
106106
tool_name: actionlint
107107
- name: Install the latest version of uv
108-
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1
109-
# v6.5.0
108+
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b
109+
# v6.6.0
110110
- name: Run zizmor 🌈
111111
run: |
112112
wget https://raw.githubusercontent.com/notdodo/github-actions/refs/heads/main/zizmor.yml

.github/workflows/python-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
installer-parallel: true
6969

7070
# ----- UV -----
71-
- uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1
71+
- uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b
72+
# v6.6.0
7273
if: ${{ hashFiles(format('{0}/uv.lock', inputs.working-directory)) != '' }}
7374
# v6.5.0
7475
with:

0 commit comments

Comments
 (0)