File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
2424 uses : actions/setup-python@v5
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 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 6060 UPLOAD_FILE_NAME : tabcmd
6161
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v5
6464
6565 - uses : actions/setup-python@v5
6666 with :
Original file line number Diff line number Diff line change 1515 name : Build dist files for PyPi
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
2929 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2020 runs-on : ${{ matrix.os }}
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424
2525 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
2626 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments