File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020
2121 - name : Security check - Bandit
2222 uses : ioggstream/bandit-report-artifacts@v0.0.2
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Set up Python 3.12
2121 uses : actions/setup-python@v4
2222 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Set up Python 3.12
2121 uses : actions/setup-python@v4
2222 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Set up Python 3.12
2121 uses : actions/setup-python@v4
2222 with :
Original file line number Diff line number Diff line change 1919 os : [ubuntu-latest]
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - name : Set up Python ${{ matrix.version }}
2424 uses : actions/setup-python@v4
2525 with :
Original file line number Diff line number Diff line change 1515 contents : read
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - name : Set up Python 3.12
2121 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141
4242 - name : Set up Python 3.12
4343 uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments