File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
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 }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
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
45- uses : github/codeql-action/init@v3
45+ uses : github/codeql-action/init@v4
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5353 # queries: security-extended,security-and-quality
5454
5555 - name : Perform CodeQL Analysis
56- uses : github/codeql-action/analyze@v3
56+ uses : github/codeql-action/analyze@v4
5757 with :
5858 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.12'
2020
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
65- - uses : actions/setup-python@v5
65+ - uses : actions/setup-python@v6
6666 with :
6767 python-version : 3.12
6868
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
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
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.12
2424 - name : Build dist files
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : pip install Tabcmd
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
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 }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
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 }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
You can’t perform that action at this time.
0 commit comments