File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
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@v2
17
+ uses : actions/checkout@v4
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@v3
54
+ uses : fortran-lang/setup-fpm@v5
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@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : gh-pages
26
26
@@ -29,15 +29,15 @@ jobs:
29
29
run : rm -rf pr/${{github.event.issue.number}}
30
30
31
31
- name : Commit and push to gh-pages
32
-
32
+
33
33
with :
34
34
message : " Sphinx build cleanup pr/${{github.event.issue.number}}"
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
38
38
# Comment on pull request
39
39
- name : Comment on pull request
40
- uses : peter-evans/create-or-update-comment@v2
40
+ uses : peter-evans/create-or-update-comment@v3
41
41
with :
42
42
issue-number : ${{github.event.issue.number}}
43
43
body : The preview build for this PR has now been deleted.
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@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Fetch pr/${{github.event.issue.number}}
21
21
run : |
40
40
touch _build/.nojekyll
41
41
42
42
- name : Deploy documentation sphinx
43
- uses : JamesIves/github-pages-deploy-action@v4.4 .0
43
+ uses : JamesIves/github-pages-deploy-action@v4.5 .0
44
44
with :
45
45
token : ${{ secrets.GITHUB_TOKEN }}
46
46
branch : gh-pages
51
51
git-config-name : Fortran
52
52
53
53
- name : Comment on pull request
54
- uses : peter-evans/create-or-update-comment@v2
54
+ uses : peter-evans/create-or-update-comment@v3
55
55
with :
56
56
issue-number : ${{github.event.issue.number}}
57
57
body : " This PR has been built with Sphinx and can be previewed at: https://fortran-lang.github.io/fpm/pr/${{github.event.issue.number}}"
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@v2
25
+ uses : actions/checkout@v4
26
26
27
27
- name : Install dependencies
28
28
uses : mamba-org/setup-micromamba@v1
45
45
env :
46
46
CNAME : ${{ secrets.CNAME }}
47
47
48
- - uses : JamesIves/github-pages-deploy-action@4.1.6
48
+ - uses : JamesIves/github-pages-deploy-action@v4.5.0
49
49
if : ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
50
50
with :
51
51
branch : gh-pages
You can’t perform that action at this time.
0 commit comments