File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525
2626 - name : Set Node.js 24.x
2727 uses : actions/setup-node@v6
4545 id : diff
4646
4747 # If index.js was different than expected, upload the expected version as an artifact
48- - uses : actions/upload-artifact@v2
48+ - uses : actions/upload-artifact@v4
4949 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
5050 with :
5151 name : dist
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 build : # make sure build/ci work properly
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - run : |
1515 npm install
1616 - run : |
1717 npm run all
1818 test : # make sure the action works on a clean machine without building
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222
2323 - uses : chrnorm/deployment-action@v2
2424 name : Create GitHub deployment
You can’t perform that action at this time.
0 commit comments