Skip to content

Commit ec4a446

Browse files
chore(deps): update group-github-actions
1 parent 98e961c commit ec4a446

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ref: ${{ inputs.ref }}
4545

4646
- name: Install the latest version of uv
47-
uses: astral-sh/setup-uv@v5
47+
uses: astral-sh/setup-uv@v6
4848
with:
4949
version: "latest"
5050

.github/workflows/qualify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git commit -m "${{ github.event.pull_request.title }}"
5656
5757
- name: Install the latest version of uv
58-
uses: astral-sh/setup-uv@v5
58+
uses: astral-sh/setup-uv@v6
5959
with:
6060
version: "latest"
6161

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0 # Required to push to the documentation branch
2626

2727
- name: Install the latest version of uv
28-
uses: astral-sh/setup-uv@v5
28+
uses: astral-sh/setup-uv@v6
2929
with:
3030
version: "latest"
3131

@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Update version and changelogs
9797
id: semantic-release
98-
uses: python-semantic-release/python-semantic-release@v9.21.0
98+
uses: python-semantic-release/python-semantic-release@v10.0.1
9999
with:
100100
build: false
101101
changelog: true
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Install the latest version of uv
109109
if: steps.semantic-release.outputs.released == 'true'
110-
uses: astral-sh/setup-uv@v5
110+
uses: astral-sh/setup-uv@v6
111111
with:
112112
version: "latest"
113113

@@ -121,7 +121,7 @@ jobs:
121121
- name: Publish package distributions to GitHub Releases
122122
if: steps.semantic-release.outputs.released == 'true'
123123
id: publish-dist
124-
uses: python-semantic-release/publish-action@v9.21.0
124+
uses: python-semantic-release/publish-action@v10.0.0
125125
with:
126126
github_token: ${{ steps.app-token.outputs.token }}
127127
tag: ${{ steps.semantic-release.outputs.tag }}

.github/workflows/update-templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git checkout -B ${{ github.ref_name }} ${{ github.sha }}
3030
3131
- name: Install the latest version of uv
32-
uses: astral-sh/setup-uv@v5
32+
uses: astral-sh/setup-uv@v6
3333
with:
3434
version: "latest"
3535

0 commit comments

Comments
 (0)