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 1818 name : Lint and Test
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Install Poetry
2323 run : pipx install poetry==1.8.3
2424
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v5
45+ uses : actions/checkout@v6
4646 with :
4747 # We must fetch at least the immediate parents so that if this is
4848 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2222 name : Rename Project
2323 runs-on : ubuntu-22.04
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 # by default, it uses a depth of 1
2828 # this fetches all history so that we can read each commit
Original file line number Diff line number Diff line change 1818 name : Bandit Security Scan
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Install Poetry
2323 run : pipx install poetry==1.8.3
2424
You can’t perform that action at this time.
0 commit comments