Skip to content

Commit 799a5ce

Browse files
Bump astral-sh/setup-uv from 5 to 6 in /.github/workflows/prepare-action
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6da5204 commit 799a5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-action/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
python-version-file: "./ansible_collections/hifis/toolkit/.python-version"
2121

2222
- name: "Install uv"
23-
uses: "astral-sh/setup-uv@v5"
23+
uses: "astral-sh/setup-uv@v6"
2424
with:
2525
enable-cache: true
2626
cache-dependency-glob: "./ansible_collections/hifis/toolkit/uv.lock"

0 commit comments

Comments
 (0)