Skip to content

Commit 1d89541

Browse files
authored
Merge pull request #13981 from firemodels/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 479004c + 0865304 commit 1d89541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
runs-on: ${{ matrix.os }}
168168
steps:
169169
- name: Checkout code
170-
uses: actions/checkout@v3
170+
uses: actions/checkout@v4
171171

172172
- name: install openmpi
173173
run: brew install open-mpi

0 commit comments

Comments
 (0)