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 2727 fail-fast : false
2828 runs-on : ${{ matrix.os }}
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 with :
3232 fetch-depth : 0
3333 - name : Use Node.js ${{ matrix.node-version }}
7070 name : Code Lint
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
73+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
7474 with :
7575 fetch-depth : 0
7676 - name : Use Node.js 18
9191 runs-on : ubuntu-latest
9292 if : ${{ github.event.pull_request }}
9393 steps :
94- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
94+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
9595 with :
9696 fetch-depth : 0
9797 - name : Use Node.js 18
@@ -115,7 +115,7 @@ jobs:
115115
116116 steps :
117117 - name : Checkout repository
118- uses : actions/checkout@v3
118+ uses : actions/checkout@v4
119119
120120 - name : Initialize CodeQL
121121 uses : github/codeql-action/init@v2
You can’t perform that action at this time.
0 commit comments