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
6565 py-setup :
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969 with :
7070 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
7171 ref : ${{ github.ref }} # dont lock to sha (action needs to push)
8181 py-dependencies :
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
8585 with :
8686 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8787 ref : ${{ github.ref }} # dont lock to sha (action needs to push)
You can’t perform that action at this time.
0 commit comments