File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 # Checkout the repository.
3030 - name : Checkout
3131 id : checkout
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333
3434 # Setup Node.js using the version specified in `.node-version`.
3535 - name : Setup Node.js
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Checkout
2121 id : checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Setup Node.js
2525 id : setup-node
5151 steps :
5252 - name : Checkout
5353 id : checkout
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v6
5555
5656 - name : Test Local Action
5757 id : test-action
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Checkout
2929 id : checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131
3232 - name : Setup Node.js
3333 id : setup-node
Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Checkout
2828 id : checkout
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232
You can’t perform that action at this time.
0 commit comments