File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 act-test : # make sure the action works on a clean machine without building
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - uses : ./
1111 with :
1212 token : ${{ secrets.GITHUB_TOKEN }}
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@v5
2525
2626 - name : Set Node.js 16.x
2727 uses : actions/setup-node@v4.4.0
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@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 # # use PAT because main branch is a protected branch
2828 # token: ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : checkout repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 # because releases are orphan commits (no history) relase-plase needs a
2727 # base commit to create the diff from. Because of that the release contains
Original file line number Diff line number Diff line change 1010 build-test : # make sure build/ci work properly
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - run : |
1515 npm install
1616 - run : |
You can’t perform that action at this time.
0 commit comments