File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Install GFortran (MacOS)
20
20
if : ${{ contains(matrix.os, 'macos') }}
51
51
DOWNLOAD : " https://github.com/brechtsanders/winlibs_mingw/releases/download/10.3.0-12.0.0-9.0.0-r2/winlibs-x86_64-posix-seh-gcc-10.3.0-mingw-w64-9.0.0-r2.zip"
52
52
53
53
- name : Setup FPM
54
- uses : fortran-lang/setup-fpm@v6
54
+ uses : fortran-lang/setup-fpm@v7
55
55
with :
56
56
fpm-version : ' v0.9.0'
57
57
Original file line number Diff line number Diff line change 20
20
steps :
21
21
# Checkout existing gh-pages branch into PUBLISH_DIR
22
22
- name : Checkout gh-pages
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
ref : gh-pages
26
26
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout pr/${{github.event.issue.number}}
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Fetch pr/${{github.event.issue.number}}
21
21
run : |
Original file line number Diff line number Diff line change 22
22
DEPLOY_BRANCH : ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
23
23
24
24
- name : Checkout repository
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
27
27
- name : Install dependencies
28
28
uses : mamba-org/setup-micromamba@v2
You can’t perform that action at this time.
0 commit comments