File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
ref : ${{ inputs.ref }}
45
45
46
46
- name : Install the latest version of uv
47
- uses : astral-sh/setup-uv@v5
47
+ uses : astral-sh/setup-uv@v6
48
48
with :
49
49
version : " latest"
50
50
Original file line number Diff line number Diff line change 55
55
git commit -m "${{ github.event.pull_request.title }}"
56
56
57
57
- name : Install the latest version of uv
58
- uses : astral-sh/setup-uv@v5
58
+ uses : astral-sh/setup-uv@v6
59
59
with :
60
60
version : " latest"
61
61
Original file line number Diff line number Diff line change 25
25
fetch-depth : 0 # Required to push to the documentation branch
26
26
27
27
- name : Install the latest version of uv
28
- uses : astral-sh/setup-uv@v5
28
+ uses : astral-sh/setup-uv@v6
29
29
with :
30
30
version : " latest"
31
31
95
95
96
96
- name : Update version and changelogs
97
97
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
99
99
with :
100
100
build : false
101
101
changelog : true
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
- name : Install the latest version of uv
109
109
if : steps.semantic-release.outputs.released == 'true'
110
- uses : astral-sh/setup-uv@v5
110
+ uses : astral-sh/setup-uv@v6
111
111
with :
112
112
version : " latest"
113
113
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Publish package distributions to GitHub Releases
122
122
if : steps.semantic-release.outputs.released == 'true'
123
123
id : publish-dist
124
- uses : python-semantic-release/publish-action@v9.21 .0
124
+ uses : python-semantic-release/publish-action@v10.0 .0
125
125
with :
126
126
github_token : ${{ steps.app-token.outputs.token }}
127
127
tag : ${{ steps.semantic-release.outputs.tag }}
Original file line number Diff line number Diff line change 29
29
git checkout -B ${{ github.ref_name }} ${{ github.sha }}
30
30
31
31
- name : Install the latest version of uv
32
- uses : astral-sh/setup-uv@v5
32
+ uses : astral-sh/setup-uv@v6
33
33
with :
34
34
version : " latest"
35
35
You can’t perform that action at this time.
0 commit comments