Skip to content

Commit 17b14c4

Browse files
committed
ci:actions version
1 parent 382f033 commit 17b14c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_fpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121

22-
- uses: fortran-lang/setup-fpm@v4
22+
- uses: fortran-lang/setup-fpm@v7
2323
with:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
2525

@@ -28,7 +28,7 @@ jobs:
2828
sudo apt update
2929
sudo apt install --no-install-recommends libnetcdff-dev
3030
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232

3333
- run: fpm build
3434
- run: fpm test

.github/workflows/oneapi-linux.yml

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

3535
- name: cache install oneAPI
3636
id: cache-install
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: |
4040
/opt/intel/oneapi

0 commit comments

Comments
 (0)