File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
fail-fast : false
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
with :
32
32
fetch-depth : 0
33
33
- name : Use Node.js ${{ matrix.node-version }}
70
70
name : Code Lint
71
71
runs-on : ubuntu-latest
72
72
steps :
73
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
73
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
74
74
with :
75
75
fetch-depth : 0
76
76
- name : Use Node.js 20
91
91
runs-on : ubuntu-latest
92
92
if : ${{ github.event.pull_request }}
93
93
steps :
94
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
94
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
95
95
with :
96
96
fetch-depth : 0
97
97
- name : Use Node.js 20
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
steps :
117
117
- name : Checkout repository
118
- uses : actions/checkout@v4
118
+ uses : actions/checkout@v5
119
119
120
120
- name : Initialize CodeQL
121
121
uses : github/codeql-action/init@v3
You can’t perform that action at this time.
0 commit comments