File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
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 3030 needs : test
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : Set up Python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : " 3.x"
3838 - name : Install pypa/build
7171 id-token : write
7272 steps :
7373 - name : Download the distribution packages
74- uses : actions/download-artifact@v4
74+ uses : actions/download-artifact@v5
7575 with :
7676 name : python-package-distributions
7777 path : dist/
9292 id-token : write
9393 steps :
9494 - name : Download the distribution packages
95- uses : actions/download-artifact@v4
95+ uses : actions/download-artifact@v5
9696 with :
9797 name : python-package-distributions
9898 path : dist/
Original file line number Diff line number Diff line change 4040
4141 runs-on : ${{ matrix.os }}
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - name : Set up Python ${{ matrix.python-version }}
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments