File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change 3030 package : ${{ steps.bump-version.outputs.package }}
3131 tag-name : ${{ steps.bump-version.outputs.tag-name }}
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 name : Checkout the repository
3535 with :
3636 fetch-depth : 0
@@ -114,13 +114,13 @@ jobs:
114114 contents : write
115115 steps :
116116 - name : Download packages built by build-and-inspect-python-package
117- uses : actions/download-artifact@v4
117+ uses : actions/download-artifact@v5
118118 with :
119119 name : Packages
120120 path : dist
121121
122122 - name : Download release notes
123- uses : actions/download-artifact@v4
123+ uses : actions/download-artifact@v5
124124 with :
125125 name : release-notes
126126
Original file line number Diff line number Diff line change 3030 - " 3.13"
3131 runs-on : ${{ matrix.os }}
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - uses : ./.github/actions/setup-python-and-git
3535 with :
3636 python-version : ${{ matrix.python-version }}
6060 permissions :
6161 id-token : write
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v5
6464 with :
6565 fetch-depth : 0
6666 ref : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 88 preview-version-hint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 name : Checkout the repository
1313 with :
1414 fetch-depth : 0
Original file line number Diff line number Diff line change 3131 using : ' composite'
3232 steps :
3333 - name : Checkout the code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 persist-credentials : false
3737 - name : Setting up git config
4343 git config --global user.name "$(gh api /users/${GITHUB_ACTOR} | jq .name -r)"
4444 git config -l
4545 - name : Install Python
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ' 3.12'
4949 cache : ' pip'
You can’t perform that action at this time.
0 commit comments