File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
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@v5
25+ - uses : actions/checkout@v6
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@v5
21+ uses : actions/checkout@v6
2222 with :
2323 repository : UXARRAY/uxarray
2424 ref : main
2929 git fetch --all --tags
3030
3131 - name : Checkout uxarray-asv
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
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@v5
30+ uses : actions/checkout@v6
3131 with :
3232 token : ${{ github.token }}
3333
7373 shell : bash -l {0}
7474 steps :
7575 - name : checkout
76- uses : actions/checkout@v5.0.0
76+ uses : actions/checkout@v6
7777
7878 - name : environment setup
7979 id : link-env-setup
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@v5
11+ - uses : actions/checkout@v6
1212 - name : Set up Python
13131414 with :
3232 permissions :
3333 id-token : write
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
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@v5
25+ uses : actions/checkout@v6
2626 with :
2727 token : ${{ github.token }}
2828
You can’t perform that action at this time.
0 commit comments