File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Set up Node.js
2424 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2222 branch : ${{ github.event.workflow_run.head_branch }}
2323
2424 - name : Checkouting code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 ref : ${{ github.event.workflow_run.head_branch }}
2828
Original file line number Diff line number Diff line change 2323 url : ${{ steps.deployment.outputs.page_url }}
2424 steps :
2525 - name : Checkout Repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : Set up Node.js
2929 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Set up Node.js
2020 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments