We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382f033 commit 17b14c4Copy full SHA for 17b14c4
.github/workflows/ci_fpm.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
22
- - uses: fortran-lang/setup-fpm@v4
+ - uses: fortran-lang/setup-fpm@v7
23
with:
24
github-token: ${{ secrets.GITHUB_TOKEN }}
25
@@ -28,7 +28,7 @@ jobs:
28
sudo apt update
29
sudo apt install --no-install-recommends libnetcdff-dev
30
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
32
33
- run: fpm build
34
- run: fpm test
.github/workflows/oneapi-linux.yml
@@ -34,7 +34,7 @@ jobs:
35
- name: cache install oneAPI
36
id: cache-install
37
- uses: actions/cache@v3
+ uses: actions/cache@v4
38
39
path: |
40
/opt/intel/oneapi
0 commit comments