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 - uses : actions/setup-python@v5
6666 if : ${{ github.actor != 'dependabot[bot]' }} # dependabot cannot access PAT
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070 with :
7171 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
7272 ref : ${{ github.ref }} # dont lock to sha (action needs to push)
8484 py-dependencies :
8585 runs-on : ubuntu-latest
8686 steps :
87- - uses : actions/checkout@v4
87+ - uses : actions/checkout@v5
8888 with :
8989 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
9090 ref : ${{ github.ref }} # dont lock to sha (action needs to push)
You can’t perform that action at this time.
0 commit comments