File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 script-testing :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 with :
1414 # Need to download all history in order
1515 # to make the tests work properly
2727 - macos-latest
2828 - windows-latest
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - uses : ./
3232 - name : Output
3333 run : |
6060 concurrency :
6161 group : release-${{ github.ref }}
6262 steps :
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464 with :
6565 persist-credentials : false
6666
Original file line number Diff line number Diff line change 1515 statuses : write
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 # Full git history is needed to get a proper
2121 # list of changed files within `super-linter`
You can’t perform that action at this time.
0 commit comments