File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- name : Setup Anaconda
14
14
uses : conda-incubator/setup-miniconda@v3
15
15
with :
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- name : Checkout
8
- uses : actions/checkout@v4
8
+ uses : actions/checkout@v5
9
9
- name : Setup Anaconda
10
10
uses : conda-incubator/setup-miniconda@v3
11
11
with :
Original file line number Diff line number Diff line change 7
7
container :
8
8
image : us-docker.pkg.dev/colab-images/public/runtime:latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
with :
12
12
ref : ${{ github.event.pull_request.head.sha }}
13
13
- name : Check for dockerenv file
Original file line number Diff line number Diff line change 13
13
steps :
14
14
# Checkout the live site (html)
15
15
- name : Checkout
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
ref : gh-pages
19
19
- name : Link Checker
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- name : Setup Anaconda
14
14
uses : conda-incubator/setup-miniconda@v3
15
15
with :
You can’t perform that action at this time.
0 commit comments