File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838
3939 - name : Generate dynamic config
4040 run : |
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 ref : refs/tags/${{ env.TAG }}
2323 - name : Prepare the tag
Original file line number Diff line number Diff line change 2424 url : ${{ steps.deployment.outputs.page_url }}
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 - name : Configure Pages
2929 uses : actions/configure-pages@v5
3030 - name : Install Node.js
Original file line number Diff line number Diff line change 1313 name : Test deployment
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-node@v4
1818 with :
1919 node-version : 23.6.0
Original file line number Diff line number Diff line change 1818 if : github.ref == 'refs/heads/main'
1919 steps :
2020 - name : " Checkout"
21- uses : " actions/checkout@v4 "
21+ uses : " actions/checkout@v5 "
2222
2323 - name : " Install updatecli"
2424 uses : " updatecli/updatecli-action@v2"
You can’t perform that action at this time.
0 commit comments