File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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@v5
54
+ uses : fortran-lang/setup-fpm@v6
55
55
with :
56
56
fpm-version : ' v0.9.0'
57
57
Original file line number Diff line number Diff line change 23
23
git checkout pr-${{github.event.issue.number}}
24
24
25
25
- name : Install dependencies
26
- uses : mamba-org/setup-micromamba@v1
26
+ uses : mamba-org/setup-micromamba@v2
27
27
with :
28
28
environment-file : environment.yaml
29
29
environment-name : docs
47
47
run : touch _build/.nojekyll
48
48
49
49
- name : Deploy documentation sphinx
50
- uses : JamesIves/github-pages-deploy-action@v4.6.1
50
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
51
51
with :
52
52
token : ${{ secrets.GITHUB_TOKEN }}
53
53
branch : gh-pages
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v4
26
26
27
27
- name : Install dependencies
28
- uses : mamba-org/setup-micromamba@v1
28
+ uses : mamba-org/setup-micromamba@v2
29
29
with :
30
30
environment-file : environment.yaml
31
31
environment-name : docs
53
53
env :
54
54
CNAME : ${{ secrets.CNAME }}
55
55
56
- - uses : JamesIves/github-pages-deploy-action@v4.6.1
56
+ - uses : JamesIves/github-pages-deploy-action@v4.7.3
57
57
if : ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
58
58
with :
59
59
branch : gh-pages
You can’t perform that action at this time.
0 commit comments