File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 outputs :
1313 matrix : ${{ steps.versions.outputs.matrix }}
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 ref : ${{ github.sha }} # lock to triggered commit ('github.ref' is dynamic)
1818 - id : versions
3131 matrix :
3232 py3 : ${{ fromJSON(needs.py-versions.outputs.matrix) }}
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 with :
3636 ref : ${{ github.sha }} # lock to triggered commit ('github.ref' is dynamic)
3737 - uses : actions/setup-python@v5
4949 matrix :
5050 py3 : ${{ fromJSON(needs.py-versions.outputs.matrix) }}
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353 with :
5454 ref : ${{ github.sha }} # lock to triggered commit ('github.ref' is dynamic)
5555 fetch-depth : 0 # setuptools-scm needs to access git tags
6767 if : ${{ github.actor != 'dependabot[bot]' }} # dependabot cannot access PAT
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v5
7171 with :
7272 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
7373 ref : ${{ github.ref }} # dont lock to sha (action needs to push)
8585 py-dependencies :
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v5
8989 with :
9090 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
9191 ref : ${{ github.ref }} # dont lock to sha (action needs to push)
You can’t perform that action at this time.
0 commit comments