Skip to content

Commit 97ff4b7

Browse files
chore(deps): bump astral-sh/setup-uv from 5 to 6 (#230)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 599e5fa commit 97ff4b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
export RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
2424
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
2525
- name: Install uv
26-
uses: astral-sh/setup-uv@v5
26+
uses: astral-sh/setup-uv@v6
2727
- name: Check version tags
2828
run: make release-check
2929
- name: Set up Python
@@ -53,7 +53,7 @@ jobs:
5353
export RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
5454
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
5555
- name: Install uv
56-
uses: astral-sh/setup-uv@v5
56+
uses: astral-sh/setup-uv@v6
5757
- name: Set up Python
5858
uses: actions/setup-python@v5
5959
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
cache: 'pip'
3131
- name: Install uv
32-
uses: astral-sh/setup-uv@v5
32+
uses: astral-sh/setup-uv@v6
3333
- name: Install ruff
3434
run: pip install ruff
3535
- name: Install dependencies

0 commit comments

Comments
 (0)