File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ jobs:
5353
5454 steps :
5555 - name : Checkout repository
56- uses : actions/checkout@v2
56+ uses : actions/checkout@v4
5757
5858 # Initializes the CodeQL tools for scanning.
5959 - name : Initialize CodeQL
60- uses : github/codeql-action/init@v1
60+ uses : github/codeql-action/init@v2
6161 with :
6262 languages : ${{ matrix.language }}
6363 # If you wish to specify custom queries, you can do so here or in a config file.
6868 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6969 # If this step fails, then you should remove it and run the build manually (see below)
7070 - name : Autobuild
71- uses : github/codeql-action/autobuild@v1
71+ uses : github/codeql-action/autobuild@v2
7272
7373 # ℹ️ Command-line programs to run using the OS shell.
7474 # 📚 https://git.io/JvXDl
8282 # make release
8383
8484 - name : Perform CodeQL Analysis
85- uses : github/codeql-action/analyze@v1
85+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 1818 test :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v2
22- - uses : actions/cache@v2
21+ - uses : actions/checkout@v4
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.npm
2525 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2828 - run : |
2929 npm i
3030 npm run docs
31- - uses : peaceiris/actions-gh-pages@v3
31+ - uses : peaceiris/actions-gh-pages@v4
3232 if : github.ref == 'refs/heads/main'
3333 with :
3434 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 with :
2828 token : ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
29- - uses : actions/cache@v2
29+ - uses : actions/cache@v4
3030 with :
3131 path : ~/.npm
3232 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1818 test :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v2
22- - uses : actions/cache@v2
21+ - uses : actions/checkout@v4
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.npm
2525 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
3131 run : npm run lint
3232 - name : Test
3333 run : npm test
34- - uses : codecov/codecov-action@v1
34+ - uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments