File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 name : Test (${{ matrix.version }})
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - run : |
1515 PYTHON_VERSION=${{ matrix.version }} make test
1616 strategy :
3030 needs : test
3131 timeout-minutes : 30
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 0
3636
5151 runs-on : ubuntu-latest
5252 needs : gen-binary
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 - name : Download build artifacts
5656 uses : actions/download-artifact@v6
5757 with :
Original file line number Diff line number Diff line change 1010 name : Test (${{ matrix.version }})
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - run : |
1515 PYTHON_VERSION=${{ matrix.version }} make test
1616 strategy :
3030 needs : test
3131 timeout-minutes : 30
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 0
3636
You can’t perform that action at this time.
0 commit comments