Skip to content

Commit 0e4ef38

Browse files
Bump actions/checkout from 4.1.2 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6e7269 commit 0e4ef38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/install_oneapi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Check out repository
21-
uses: actions/[email protected].2
21+
uses: actions/[email protected].4
2222

2323
- name: Install Intel oneAPI on macOS for Fortran
2424
if: startsWith(matrix.os, 'macos')

.github/workflows/setup_mex.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Check out repository
66-
uses: actions/[email protected].2
66+
uses: actions/[email protected].4
6767

6868
- name: Install Intel oneAPI on macOS for Fortran
6969
if: startsWith(matrix.os, 'macos') && matrix.lang == 'Fortran'

.github/workflows/setup_mex_win_latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Check out repository
23-
uses: actions/[email protected].2
23+
uses: actions/[email protected].4
2424

2525
- name: Install Intel oneAPI on Windows for Fortran
2626
if: startsWith(matrix.os, 'windows') && matrix.lang == 'Fortran'

0 commit comments

Comments
 (0)