File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 --health-retries 5
3131
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@v7
3434 with :
3535 # Need to clone everything for the git tags.
3636 fetch-depth : 0
9797 if : startsWith(github.ref, 'refs/tags/')
9898
9999 steps :
100- - uses : actions/checkout@v6
100+ - uses : actions/checkout@v7
101101 with :
102102 # Need to clone everything to embed the version.
103103 fetch-depth : 0
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v6
45+ uses : actions/checkout@v7
4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2626 'DO NOT MERGE'. Remove this commit from the branch before merging
2727 or change the commit summary."
2828
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@v7
3030
3131 - name : Check requirements.txt for branches
3232 shell : bash
Original file line number Diff line number Diff line change 3333 && (startsWith(github.ref, 'refs/tags/')
3434 || startsWith(github.head_ref, 'tickets/'))
3535 steps :
36- - uses : actions/checkout@v6
36+ - uses : actions/checkout@v7
3737 with :
3838 fetch-depth : 0
3939 - uses : lsst-sqre/build-and-push-to-ghcr@v1
Original file line number Diff line number Diff line change 2424 timeout-minutes : 10
2525
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 with :
2929 fetch-depth : 0 # full history for setuptools_scm
3030
Original file line number Diff line number Diff line change 1414 numpydoc :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818
1919 - name : Set up Python
2020 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments