File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 python-version : ["3.11"]
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v5
2323 with :
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 needs : test
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Check versions match
2626 run : |
2727 PUBLISHING_VERSION=${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 2626 - " 3.12"
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Set up Python ${{ matrix.python-version }}
3131 uses : actions/setup-python@v5
3232 with :
You can’t perform that action at this time.
0 commit comments