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@v4
30+ - uses : actions/checkout@v5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
73+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
7474 with :
7575 fetch-depth : 0
7676 - name : Use Node.js 20
9191 runs-on : ubuntu-latest
9292 if : ${{ github.event.pull_request }}
9393 steps :
94- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
94+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
9595 with :
9696 fetch-depth : 0
9797 - name : Use Node.js 20
@@ -115,7 +115,7 @@ jobs:
115115
116116 steps :
117117 - name : Checkout repository
118- uses : actions/checkout@v4
118+ uses : actions/checkout@v5
119119
120120 - name : Initialize CodeQL
121121 uses : github/codeql-action/init@v3
You can’t perform that action at this time.
0 commit comments