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@v6
21+ - uses : actions/checkout@v7
2222
2323 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
2424 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
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@v6
14+ - uses : actions/checkout@v7
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 6161 UPLOAD_FILE_NAME : tabcmd
6262
6363 steps :
64- - uses : actions/checkout@v6
64+ - uses : actions/checkout@v7
6565
6666 - uses : actions/setup-python@v6
6767 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@v6
18+ - uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
2121 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424
2525 steps :
26- - uses : actions/checkout@v6
26+ - uses : actions/checkout@v7
2727
2828 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
2929 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2020 runs-on : ${{ matrix.os }}
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424
2525 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
2626 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments