File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Install GFortran (MacOS)
2020 if : ${{ contains(matrix.os, 'macos') }}
5151 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"
5252
5353 - name : Setup FPM
54- uses : fortran-lang/setup-fpm@v3
54+ uses : fortran-lang/setup-fpm@v5
5555 with :
5656 fpm-version : ' v0.9.0'
5757
Original file line number Diff line number Diff line change 2020 steps :
2121 # Checkout existing gh-pages branch into PUBLISH_DIR
2222 - name : Checkout gh-pages
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 ref : gh-pages
2626
@@ -29,15 +29,15 @@ jobs:
2929 run : rm -rf pr/${{github.event.issue.number}}
3030
3131 - name : Commit and push to gh-pages
32- uses : EndBug/add-and-commit@v9.1.0
32+ uses : EndBug/add-and-commit@v9.1.3
3333 with :
3434 message : " Sphinx build cleanup pr/${{github.event.issue.number}}"
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737
3838 # Comment on pull request
3939 - name : Comment on pull request
40- uses : peter-evans/create-or-update-comment@v2
40+ uses : peter-evans/create-or-update-comment@v3
4141 with :
4242 issue-number : ${{github.event.issue.number}}
4343 body : The preview build for this PR has now been deleted.
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout pr/${{github.event.issue.number}}
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - name : Fetch pr/${{github.event.issue.number}}
2121 run : |
4040 touch _build/.nojekyll
4141
4242 - name : Deploy documentation sphinx
43- uses : JamesIves/github-pages-deploy-action@v4.4 .0
43+ uses : JamesIves/github-pages-deploy-action@v4.5 .0
4444 with :
4545 token : ${{ secrets.GITHUB_TOKEN }}
4646 branch : gh-pages
5151 git-config-name : Fortran
5252
5353 - name : Comment on pull request
54- uses : peter-evans/create-or-update-comment@v2
54+ uses : peter-evans/create-or-update-comment@v3
5555 with :
5656 issue-number : ${{github.event.issue.number}}
5757 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 2222 DEPLOY_BRANCH : ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
2323
2424 - name : Checkout repository
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v4
2626
2727 - name : Install dependencies
2828 uses : mamba-org/setup-micromamba@v1
4545 env :
4646 CNAME : ${{ secrets.CNAME }}
4747
48- - uses : JamesIves/github-pages-deploy-action@4.1.6
48+ - uses : JamesIves/github-pages-deploy-action@v4.5.0
4949 if : ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
5050 with :
5151 branch : gh-pages
You can’t perform that action at this time.
0 commit comments