File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2222 CONDA_ENV_FILE : ci/environment.yml
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout uxarray
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 repository : UXARRAY/uxarray
2424 ref : main
2929 git fetch --all --tags
3030
3131 - name : Checkout uxarray-asv
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 repository : UXARRAY/uxarray-asv
3535 persist-credentials : false
Original file line number Diff line number Diff line change 2727 access_token : ${{ github.token }}
2828
2929 - name : checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 token : ${{ github.token }}
3333
Original file line number Diff line number Diff line change 88 if : github.repository == 'UXARRAY/uxarray'
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Set up Python
13131414 with :
3232 permissions :
3333 id-token : write
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : Set up Python
37373838 with :
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 token : ${{ github.token }}
2828
Original file line number Diff line number Diff line change 33
44repos :
55- repo : https://github.com/pre-commit/pre-commit-hooks # Some common pre-commit hooks
6- rev : v5 .0.0
6+ rev : v6 .0.0
77 hooks :
88 - id : check-yaml # Checks the syntax of .yaml files.
99 args : [--allow-multiple-documents]
1414
1515- repo : https://github.com/astral-sh/ruff-pre-commit
1616 # Ruff version.
17- rev : v0.12.7
17+ rev : v0.12.8
1818 hooks :
1919 - id : ruff
2020 name : lint with ruff
You can’t perform that action at this time.
0 commit comments