File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 1
3333
Original file line number Diff line number Diff line change 2626 actions : read # Required for Claude to read CI results on PRs
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 1
3232
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
2929
7373 fail-fast : false
7474
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v5
7777 with :
7878 fetch-depth : 0
7979
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v5
1515
1616 - uses : actions/setup-python@v5
1717 with :
8080 if : github.ref == 'refs/heads/master' && github.event_name == 'push'
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@v3
83+ - uses : actions/checkout@v5
8484
8585 - uses : actions/setup-python@v5
8686 with :
Original file line number Diff line number Diff line change 1919 fail-fast : false # Allow other jobs to complete even if one fails
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Set up Python ${{ matrix.python-version }}
2525 uses : actions/setup-python@v4
@@ -211,7 +211,7 @@ jobs:
211211 fail-fast : false
212212
213213 steps :
214- - uses : actions/checkout@v4
214+ - uses : actions/checkout@v5
215215
216216 - name : Set up Python ${{ matrix.python-version }}
217217 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 2424 build-and-publish :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0 # Need full history for setuptools_scm
3030
Original file line number Diff line number Diff line change 1212 security :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v5
1616
1717 - uses : actions/setup-python@v5
1818 with :
Original file line number Diff line number Diff line change 1919 sync-requirements :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v5
2323 with :
2424 token : ${{ secrets.GITHUB_TOKEN }}
2525
You can’t perform that action at this time.
0 commit comments