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 2828 - ' 7.0'
2929 fail-fast : false
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 - name : Use Node.js ${{ matrix.node-version }}
3333 uses : actions/setup-node@v3
3434 with :
7070 name : Code Lint
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v3
73+ - uses : actions/checkout@v4
7474 - name : Use Node.js 16
7575 uses : actions/setup-node@v3
7676 with :
8484 name : Commit Lint
8585 runs-on : ubuntu-latest
8686 steps :
87- - uses : actions/checkout@v3
87+ - uses : actions/checkout@v4
8888 with :
8989 fetch-depth : 0
9090 - name : Use Node.js 16
@@ -104,7 +104,7 @@ jobs:
104104 security-events : write
105105 steps :
106106 - name : Checkout repository
107- uses : actions/checkout@v3
107+ uses : actions/checkout@v4
108108
109109 - name : Initialize CodeQL
110110 uses : github/codeql-action/init@v2
You can’t perform that action at this time.
0 commit comments