Skip to content

Commit b925773

Browse files
authored
Merge pull request #195 from HelgeGehring/dependabot/github_actions/astral-sh/setup-uv-6
build(deps): bump astral-sh/setup-uv from 5 to 6
2 parents a25810b + 18ac589 commit b925773

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
echo $CONDA/bin >> $GITHUB_PATH
6262
- name: Install uv
63-
uses: astral-sh/setup-uv@v5
63+
uses: astral-sh/setup-uv@v6
6464
- name: Install dependencies
6565
env:
6666
UV_SYSTEM_PYTHON: 1

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
echo $CONDA/bin >> $GITHUB_PATH
3232
- name: Install uv
33-
uses: astral-sh/setup-uv@v5
33+
uses: astral-sh/setup-uv@v6
3434
- name: Install dependencies
3535
env:
3636
UV_SYSTEM_PYTHON: 1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Generate Changelog
2020
run: grep -B 9999 "##" -m2 CHANGELOG.md | head -n -1 | tail -n +4 > ${{ github.workspace }}-CHANGELOG.txt
2121
- name: Install uv
22-
uses: astral-sh/setup-uv@v5
22+
uses: astral-sh/setup-uv@v6
2323
- name: Build and publish
2424
run: |
2525
uv tool run --from toml-cli toml set --toml-path pyproject.toml project.version $(git describe --tags --abbrev=0 | sed s/^v//)

0 commit comments

Comments
 (0)