File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - name : Annotate locations with typos
2121 uses : codespell-project/codespell-problem-matcher@v1
2222 - name : Codespell
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout pygit2
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout pygit2
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : Set up Python
2929 uses : actions/setup-python@v6
4040 if : github.ref == 'refs/heads/master'
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 - name : Build & test
4646 uses : uraimo/run-on-arch-action@v3
5858 runs-on : macos-latest
5959 steps :
6060 - name : Checkout pygit2
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262
6363 - name : Set up Python
6464 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2323 os : macos-13
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - uses : actions/setup-python@v6
2929 with :
4545 runs-on : ubuntu-24.04
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949
5050 - uses : actions/setup-python@v6
5151 with :
7575 runs-on : ubuntu-24.04
7676
7777 steps :
78- - uses : actions/download-artifact@v4
78+ - uses : actions/download-artifact@v5
7979 with :
8080 path : dist
8181 pattern : wheels-*
You can’t perform that action at this time.
0 commit comments