File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 - name : Run tests
1919 env :
2020 GITHUB_TOKEN : ${{ github.token }}
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 - name : Run tests
3030 env :
3131 GITHUB_TOKEN : ${{ github.token }}
3939 matrix-length : ${{ steps.neo.outputs.matrix-length }}
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343 - name : Generate matrix
4444 id : neo
4545 uses : ./
Original file line number Diff line number Diff line change 2929 steps :
3030 # required to compare the pattern on the files in the repo
3131 - if : inputs.defaults || inputs.default-patterns != ''
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333
3434 - id : neo
3535 shell : bash
You can’t perform that action at this time.
0 commit comments