File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 build : # make sure build/ci work properly
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - run : |
1515 npm install
1616 - run : |
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525
2626 - name : Set Node.js 16.x
2727
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v5
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 66 test : # make sure the action works on a clean machine without building
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 - name : changed-files
1111 id : changed-files
1212 uses : ./
You can’t perform that action at this time.
0 commit comments