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 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 88 runs-on : ubuntu-latest
99 if : github.event.repository.fork == false
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 55 name : runner / Pre-commit actions
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - name : Set up Python 3.10
1010 uses : actions/setup-python@v5
1111 with :
Original file line number Diff line number Diff line change 2424 RUN_TESTBOT : true
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Set up Python ${{ matrix.python-version }}
2929 uses : actions/setup-python@v5
3030 with :
Original file line number Diff line number Diff line change 1515 if : " !github.event.release.prerelease"
1616 steps :
1717 - name : Check out repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Set up Python
2121 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments