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 2020 version : ${{ steps.version.outputs.value }}
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 with :
2525 token : ${{ secrets.ACCESS_TOKEN }}
2626
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-22.04
3333
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636
3737 - name : Setup Python 3.10
3838 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 3838 ROOT_DIR : src/${{ matrix.package }}
3939
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242
4343 - name : Setup Python
4444 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-22.04
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
You can’t perform that action at this time.
0 commit comments