File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 # We must fetch at least the immediate parents so that if this is
3333 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 wget -nc https://ftp.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb
3838 sudo dpkg -i libssl1.1_1.1.1w-0+deb11u1_amd64.deb
3939 # end libssl1.1 install
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 if : github.event.inputs.git-ref == ''
4242 with :
4343 fetch-depth : 0 # always fetch everything to be sure for codecov
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 if : github.event.inputs.git-ref != ''
4646 with :
4747 ref : ${{ github.event.inputs.git-ref }}
8080 needs : [tests]
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v5
8484 - name : Use Node.js 20
8585 uses : actions/setup-node@v4
8686 with :
Original file line number Diff line number Diff line change 1212 contents : read # for actions/checkout to fetch code
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Use Node.js 18
1717 uses : actions/setup-node@v4
1818 with :
Original file line number Diff line number Diff line change 2222 contents : write # for JamesIves/github-pages-deploy-action to push changes in repo
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Use Node.js 18
2727 uses : actions/setup-node@v4
2828 with :
You can’t perform that action at this time.
0 commit comments