File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-22.04
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Use Node.js
2828 uses : actions/setup-node@v4
2929 with :
4545 node : [18, 20, 22, 24]
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - name : Use Node.js ${{ matrix.node }}
5050 uses : actions/setup-node@v4
5151 with :
@@ -120,7 +120,7 @@ jobs:
120120
121121 - name : Checkout repository
122122 if : steps.automerge.outputs.mergeResult == 'merged'
123- uses : actions/checkout@v4
123+ uses : actions/checkout@v5
124124
125125 - name : Use Node.js
126126 if : steps.automerge.outputs.mergeResult == 'merged'
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Check if PR should be auto-merged
1717 uses : ahmadnassri/action-dependabot-auto-merge@v2
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0 # Fetch the history, or this action won't work
2828
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0 # Fetch the history, or this action won't work
2525
You can’t perform that action at this time.
0 commit comments