File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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.1 .0
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.1 .0
125125 with :
126126 github_token : ${{ steps.app-token.outputs.token }}
127127 tag : ${{ steps.semantic-release.outputs.tag }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments