File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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 1414
1515 steps :
1616 - name : Checkout pygit2
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python
2020 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1414 if : github.ref == 'refs/heads/master'
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818
1919 - name : Build & test
2020 uses : uraimo/run-on-arch-action@v3
Original file line number Diff line number Diff line change 3636 os : windows-11-arm
3737
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 with :
4141 # avoid leaking credentials in uploaded artifacts
4242 persist-credentials : false
6363 runs-on : ubuntu-24.04
6464
6565 steps :
66- - uses : actions/checkout@v5
66+ - uses : actions/checkout@v6
6767 with :
6868 # avoid leaking credentials in uploaded artifacts
6969 persist-credentials : false
9595 outputs :
9696 release_title : ${{ steps.parse_changelog.outputs.release_title }}
9797 steps :
98- - uses : actions/checkout@v5
98+ - uses : actions/checkout@v6
9999 with :
100100 # avoid leaking credentials in uploaded artifacts
101101 persist-credentials : false
You can’t perform that action at this time.
0 commit comments