File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Setup Anaconda
1313 uses : conda-incubator/setup-miniconda@v3
1414 with :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 - name : Setup Anaconda
1212 uses : conda-incubator/setup-miniconda@v3
1313 with :
Original file line number Diff line number Diff line change 1414 python-version : ["3.12"]
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - uses : conda-incubator/setup-miniconda@v3
1919 with :
2020 auto-update-conda : true
5656 python-version : ["3.12"]
5757 steps :
5858 - name : Checkout
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060 - uses : conda-incubator/setup-miniconda@v3
6161 with :
6262 auto-update-conda : true
Original file line number Diff line number Diff line change 1313 steps :
1414 # Checkout the live site (html)
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : gh-pages
1919 - name : Link Checker
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Setup Anaconda
1414 uses : conda-incubator/setup-miniconda@v3
1515 with :
You can’t perform that action at this time.
0 commit comments