File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3232 python : { version: "3.7", toxenv: "py37" }
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - uses : actions/setup-python@v5.6.0
3737 with :
3838 python-version : ${{ matrix.python.version }}
Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - name : Checkout repository
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2121 - style_check
2222 - run_tests
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : actions/setup-python@v5.6.0
2626 with :
2727 python-version : " 3.10"
Original file line number Diff line number Diff line change 1111 name : FString Formatting (flynt)
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-python@v5.6.0
1616 with :
1717 python-version : " 3.10"
2626 name : Sort Import (isort)
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - uses : actions/setup-python@v5.6.0
3131 with :
3232 python-version : " 3.10"
4141 name : Code Formatting (black)
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - uses : actions/setup-python@v5.6.0
4646 with :
4747 python-version : " 3.10"
5656 name : Linting (flake8)
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 - uses : actions/setup-python@v5.6.0
6161 with :
6262 python-version : " 3.10"
You can’t perform that action at this time.
0 commit comments