File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
- ' 7.0'
29
29
fail-fast : false
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- name : Use Node.js ${{ matrix.node-version }}
33
33
uses : actions/setup-node@v3
34
34
with :
70
70
name : Code Lint
71
71
runs-on : ubuntu-latest
72
72
steps :
73
- - uses : actions/checkout@v3
73
+ - uses : actions/checkout@v4
74
74
- name : Use Node.js 16
75
75
uses : actions/setup-node@v3
76
76
with :
84
84
name : Commit Lint
85
85
runs-on : ubuntu-latest
86
86
steps :
87
- - uses : actions/checkout@v3
87
+ - uses : actions/checkout@v4
88
88
with :
89
89
fetch-depth : 0
90
90
- name : Use Node.js 16
@@ -104,7 +104,7 @@ jobs:
104
104
security-events : write
105
105
steps :
106
106
- name : Checkout repository
107
- uses : actions/checkout@v3
107
+ uses : actions/checkout@v4
108
108
109
109
- name : Initialize CodeQL
110
110
uses : github/codeql-action/init@v3
You can’t perform that action at this time.
0 commit comments