Skip to content

Commit 946f5a5

Browse files
committed
update ccpp/physics
2 parents 8a9e633 + 2804071 commit 946f5a5

9 files changed

+9
-9
lines changed

.github/workflows/build_and_push_docker_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Check if secrets are defined
2222
run: |

.github/workflows/ci_build_scm_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
# Initialize and Build SCM
116116
- name: Checkout SCM code (into /home/runner/work/ccpp-scm/)
117-
uses: actions/checkout@v4
117+
uses: actions/checkout@v5
118118

119119
- name: Initialize Submodules
120120
run: git submodule update --init --recursive

.github/workflows/ci_build_scm_ubuntu_nvidia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# Initialize SCM
108108
#######################################################################################
109109
- name: Checkout SCM code (into /home/runner/work/ccpp-scm/)
110-
uses: actions/checkout@v4
110+
uses: actions/checkout@v5
111111

112112
- name: Initialize submodules
113113
run: git submodule update --init --recursive

.github/workflows/ci_run_scm_DEPHY.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# Initialize SCM
120120
#######################################################################################
121121
- name: Checkout SCM code (into /home/runner/work/ccpp-scm/)
122-
uses: actions/checkout@v4
122+
uses: actions/checkout@v5
123123

124124
- name: Initialize submodules
125125
run: git submodule update --init --recursive

.github/workflows/ci_run_scm_rts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
# Initialize and build SCM, run regressions tests
122122
- name: Checkout SCM code (into /home/runner/work/ccpp-scm/)
123-
uses: actions/checkout@v4
123+
uses: actions/checkout@v5
124124

125125
- name: Initialize submodules
126126
run: git submodule update --init --recursive

.github/workflows/ci_run_scm_ufs_replay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
#######################################################################################
2424

2525
- name: Checkout SCM.
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Initialize SCM submodules.
2929
run: git submodule update --init --recursive

.github/workflows/ci_scm_ccpp_prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Initialize submodules
1919
run: git submodule update --init --recursive

.github/workflows/ci_test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: Set up QEMU
2020
uses: docker/setup-qemu-action@v3
2121
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)