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 3131 steps :
3232 - name : Checkout
3333 id : checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535
3636 - name : Setup Node.js
3737 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Checkout
2020 id : checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Setup Node.js
2424 id : setup-node
4949
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353
5454 - name : Test Local Action
5555 id : test-action
6868 if : github.event_name != 'pull_request'
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v5
7272 with :
7373 fetch-depth : 0
7474
Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Checkout
3232 id : checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434
3535 - name : Initialize CodeQL
3636 id : initialize
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout
2323 id : checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
You can’t perform that action at this time.
0 commit comments