From bd5998a9dc0adcf8719b25d67b2409e3e59e13b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:53:55 +0000 Subject: [PATCH] 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](https://github.com/actions/checkout/compare/v5...v6) Updates `fortran-lang/setup-fpm` from 7 to 8 - [Release notes](https://github.com/fortran-lang/setup-fpm/releases) - [Commits](https://github.com/fortran-lang/setup-fpm/compare/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](https://github.com/peter-evans/create-or-update-comment/compare/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](https://github.com/jamesives/github-pages-deploy-action/compare/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] --- .github/workflows/build.yaml | 4 ++-- .github/workflows/delete_preview.yml | 4 ++-- .github/workflows/preview.yml | 6 +++--- .github/workflows/sphinx.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b04741215..fb7691d92 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install GFortran (MacOS) if: ${{ contains(matrix.os, 'macos') }} @@ -51,7 +51,7 @@ jobs: 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" - name: Setup FPM - uses: fortran-lang/setup-fpm@v7 + uses: fortran-lang/setup-fpm@v8 with: fpm-version: 'v0.9.0' diff --git a/.github/workflows/delete_preview.yml b/.github/workflows/delete_preview.yml index 846eeea43..e70d4271c 100644 --- a/.github/workflows/delete_preview.yml +++ b/.github/workflows/delete_preview.yml @@ -20,7 +20,7 @@ jobs: steps: # Checkout existing gh-pages branch into PUBLISH_DIR - name: Checkout gh-pages - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages @@ -37,7 +37,7 @@ jobs: # Comment on pull request - name: Comment on pull request - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{github.event.issue.number}} body: The preview build for this PR has now been deleted. diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 95d41e72a..ebeac5ea4 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout pr/${{github.event.issue.number}} - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Fetch pr/${{github.event.issue.number}} run: | @@ -47,7 +47,7 @@ jobs: run: touch _build/.nojekyll - name: Deploy documentation sphinx - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages @@ -58,7 +58,7 @@ jobs: git-config-name: Fortran - name: Comment on pull request - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{github.event.issue.number}} body: "This PR has been built with Sphinx and can be previewed at: https://fortran-lang.github.io/fpm/pr/${{github.event.issue.number}}" diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index c3a14211a..46be0f6b2 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -22,7 +22,7 @@ jobs: DEPLOY_BRANCH: ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }} - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install dependencies uses: mamba-org/setup-micromamba@v2 @@ -53,7 +53,7 @@ jobs: env: CNAME: ${{ secrets.CNAME }} - - uses: JamesIves/github-pages-deploy-action@v4.7.3 + - uses: JamesIves/github-pages-deploy-action@v4.7.4 if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }} with: branch: gh-pages