Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "GOTMDIR=$GOTMDIR" >> $GITHUB_ENV

- name: Checkout OxyPOM repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fabm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
packages: write
steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gotm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
sudo apt-get update
sudo apt-get install gfortran-${{ matrix.version }}
- name: Clone gotm (including fabm)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: gotm-model/code
path: gotm
submodules: recursive

- name: Clone fabm-oxypom
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: fabm-oxypom

Expand All @@ -49,7 +49,7 @@ jobs:
with:
auto-update-conda: true
- name: Clone gotm
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
repository: gotm-model/code
Expand Down
Loading