Skip to content

Commit 3b216c6

Browse files
authored
Merge pull request #35 from equipez/dependabot/github_actions/actions/checkout-4.1.7
Bump actions/checkout from 4.1.5 to 4.1.7
2 parents 8134d89 + c52fbf9 commit 3b216c6

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].5
21+
uses: actions/[email protected].7
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
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Check out repository
78-
uses: actions/[email protected].5
78+
uses: actions/[email protected].7
7979

8080
- name: Install Intel oneAPI on macOS for Fortran
8181
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].5
23+
uses: actions/[email protected].7
2424

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

0 commit comments

Comments
 (0)