File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
echo "GOTMDIR=$GOTMDIR" >> $GITHUB_ENV
43
43
44
44
- name : Checkout OxyPOM repository
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v5
46
46
47
47
- name : Set reusable strings
48
48
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Original file line number Diff line number Diff line change 21
21
packages : write
22
22
steps :
23
23
- name : Check out repository
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
26
26
- name : Log in to GitHub Container Registry
27
27
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
sudo apt-get update
22
22
sudo apt-get install gfortran-${{ matrix.version }}
23
23
- name : Clone gotm (including fabm)
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
with :
26
26
repository : gotm-model/code
27
27
path : gotm
28
28
submodules : recursive
29
29
30
30
- name : Clone fabm-oxypom
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
path : fabm-oxypom
34
34
49
49
with :
50
50
auto-update-conda : true
51
51
- name : Clone gotm
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
with :
54
54
submodules : recursive
55
55
repository : gotm-model/code
You can’t perform that action at this time.
0 commit comments