File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 - ' 3.11'
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828
2929 - uses : actions/setup-python@v6
3030 with :
5353 runs-on : ubuntu-22.04
5454 needs : tests
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757
5858 - uses : actions/setup-python@v6
5959 with :
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
Original file line number Diff line number Diff line change 1515 permissions :
1616 id-token : write
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
2020 uses : actions/setup-python@v6
2121 with :
Original file line number Diff line number Diff line change 1515 permissions :
1616 id-token : write
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
2020 uses : actions/setup-python@v6
2121 with :
You can’t perform that action at this time.
0 commit comments