File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 test :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 - uses : actions/setup-python@v6.2.0
2323 with :
2424 cache : ' pip'
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v6
38+ uses : actions/checkout@v7
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919 black :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 - uses : psf/black@stable
2424 with :
2525 version : " ~= 22.0"
Original file line number Diff line number Diff line change 1616 release :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - uses : softprops/action-gh-release@v3
2121 # Only execute on a tag
2222 if : startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments