Skip to content

Commit bd5998a

Browse files
Bump the gh-actions group across 1 directory with 4 updates
Bumps the gh-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [fortran-lang/setup-fpm](https://github.com/fortran-lang/setup-fpm), [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `fortran-lang/setup-fpm` from 7 to 8 - [Release notes](https://github.com/fortran-lang/setup-fpm/releases) - [Commits](fortran-lang/setup-fpm@v7...v8) Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) Updates `JamesIves/github-pages-deploy-action` from 4.7.3 to 4.7.4 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: fortran-lang/setup-fpm dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fad7ec5 commit bd5998a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Install GFortran (MacOS)
2020
if: ${{ contains(matrix.os, 'macos') }}
@@ -51,7 +51,7 @@ jobs:
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@v7
54+
uses: fortran-lang/setup-fpm@v8
5555
with:
5656
fpm-version: 'v0.9.0'
5757

.github/workflows/delete_preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# Checkout existing gh-pages branch into PUBLISH_DIR
2222
- name: Checkout gh-pages
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
ref: gh-pages
2626

@@ -37,7 +37,7 @@ jobs:
3737

3838
# Comment on pull request
3939
- name: Comment on pull request
40-
uses: peter-evans/create-or-update-comment@v4
40+
uses: peter-evans/create-or-update-comment@v5
4141
with:
4242
issue-number: ${{github.event.issue.number}}
4343
body: The preview build for this PR has now been deleted.

.github/workflows/preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout pr/${{github.event.issue.number}}
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Fetch pr/${{github.event.issue.number}}
2121
run: |
@@ -47,7 +47,7 @@ jobs:
4747
run: touch _build/.nojekyll
4848

4949
- name: Deploy documentation sphinx
50-
uses: JamesIves/[email protected].3
50+
uses: JamesIves/[email protected].4
5151
with:
5252
token: ${{ secrets.GITHUB_TOKEN }}
5353
branch: gh-pages
@@ -58,7 +58,7 @@ jobs:
5858
git-config-name: Fortran
5959

6060
- name: Comment on pull request
61-
uses: peter-evans/create-or-update-comment@v4
61+
uses: peter-evans/create-or-update-comment@v5
6262
with:
6363
issue-number: ${{github.event.issue.number}}
6464
body: "This PR has been built with Sphinx and can be previewed at: https://fortran-lang.github.io/fpm/pr/${{github.event.issue.number}}"

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
DEPLOY_BRANCH: ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
2323

2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Install dependencies
2828
uses: mamba-org/setup-micromamba@v2
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
CNAME: ${{ secrets.CNAME }}
5555

56-
- uses: JamesIves/[email protected].3
56+
- uses: JamesIves/[email protected].4
5757
if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
5858
with:
5959
branch: gh-pages

0 commit comments

Comments
 (0)