File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 - name : Annotate locations with typos
2323 uses : codespell-project/codespell-problem-matcher@v1
2424 - name : Codespell
Original file line number Diff line number Diff line change 2020 versionSpec : ' 5.x'
2121
2222 - name : Install Checkout
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 ref : ${{ github.head_ref }} # checkout the correct branch name
2626 fetch-depth : 0
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
1919 with :
Original file line number Diff line number Diff line change 1717 versionSpec : ' 5.x'
1818
1919 - name : Install Checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 ref : ${{ github.head_ref }} # checkout the correct branch name
2323 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments