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 1919 name : Check style formatting
2020 steps :
2121 - name : Check out code from GitHub
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Setup python
2525 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99 update-license-year :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515 - uses : FantasticFiasco/action-update-license-year@v3
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Release
1616 uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments