File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838
3939 - name : Initialize CodeQL
4040 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Acquire sources
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
2626 - name : Set up Python
2727 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 3737 PIP_ALLOW_PRERELEASE : ${{ matrix.pip-allow-prerelease }}
3838
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141 - name : Set up Python ${{ matrix.python-version }}
4242 uses : actions/setup-python@v4
4343 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : startsWith(github.event.ref, 'refs/tags')
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - name : Set up Python
1515 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 5252 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
5353
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 - name : Set up Python ${{ matrix.python-version }}
5757 uses : actions/setup-python@v4
5858 with :
You can’t perform that action at this time.
0 commit comments