File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout Code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Setup Node.js
2626 uses : actions/setup-node@v4
3939
4040 steps :
4141 - name : Checkout Code
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343
4444 - name : Setup Node.js
4545 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 3030 if : github.event_name == 'workflow_dispatch'
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 0
3636
@@ -144,7 +144,7 @@ jobs:
144144 outputs :
145145 release_branch : ${{ steps.extract-branch-name.outputs.branch_name }}
146146 steps :
147- - uses : actions/checkout@v4
147+ - uses : actions/checkout@v5
148148 with :
149149 fetch-depth : 0
150150
@@ -201,7 +201,7 @@ jobs:
201201 if : github.event_name == 'pull_request' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
202202 runs-on : ubuntu-latest
203203 steps :
204- - uses : actions/checkout@v4
204+ - uses : actions/checkout@v5
205205 with :
206206 fetch-depth : 0
207207
You can’t perform that action at this time.
0 commit comments