Skip to content

Commit 8d01669

Browse files
authored
Merge pull request #1 from oceanmodeling/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 45d7804 + 216c53b commit 8d01669

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cmake-multi-platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "GOTMDIR=$GOTMDIR" >> $GITHUB_ENV
4343
4444
- name: Checkout OxyPOM repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
- name: Set reusable strings
4848
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.

.github/workflows/fabm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
packages: write
2222
steps:
2323
- name: Check out repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Log in to GitHub Container Registry
2727
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin

.github/workflows/gotm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
sudo apt-get update
2222
sudo apt-get install gfortran-${{ matrix.version }}
2323
- name: Clone gotm (including fabm)
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
repository: gotm-model/code
2727
path: gotm
2828
submodules: recursive
2929

3030
- name: Clone fabm-oxypom
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
path: fabm-oxypom
3434

@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
auto-update-conda: true
5151
- name: Clone gotm
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
submodules: recursive
5555
repository: gotm-model/code

0 commit comments

Comments
 (0)