Skip to content

Commit 802b4bf

Browse files
chore(deps): bump astral-sh/setup-uv from 5 to 6
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 6e1a332 commit 802b4bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
fetch-depth: 0
6464
- name: Install the latest version of uv
65-
uses: astral-sh/setup-uv@v5
65+
uses: astral-sh/setup-uv@v6
6666
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
6767
uses: actions/setup-python@v5
6868
with:
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
fetch-depth: 0
128128
- name: Install the latest version of uv
129-
uses: astral-sh/setup-uv@v5
129+
uses: astral-sh/setup-uv@v6
130130
- name: Set up Python ${{ matrix.python-version }}
131131
uses: actions/setup-python@v5
132132
with:

0 commit comments

Comments
 (0)