From 82dc1d9573d0bd8211db95e98ba130716bae99fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 19:08:00 +0000 Subject: [PATCH] Bump the gh-actions group with 3 updates Bumps the gh-actions group with 3 updates: [fortran-lang/setup-fpm](https://github.com/fortran-lang/setup-fpm), [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `fortran-lang/setup-fpm` from 5 to 6 - [Release notes](https://github.com/fortran-lang/setup-fpm/releases) - [Commits](https://github.com/fortran-lang/setup-fpm/compare/v5...v6) Updates `mamba-org/setup-micromamba` from 1 to 2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v1...v2) Updates `JamesIves/github-pages-deploy-action` from 4.6.1 to 4.7.3 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.1...v4.7.3) --- updated-dependencies: - dependency-name: fortran-lang/setup-fpm dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/preview.yml | 4 ++-- .github/workflows/sphinx.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 899065479..f08b51ef3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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@v5 + uses: fortran-lang/setup-fpm@v6 with: fpm-version: 'v0.9.0' diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a35e8fc10..1948442b7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -23,7 +23,7 @@ jobs: git checkout pr-${{github.event.issue.number}} - name: Install dependencies - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yaml environment-name: docs @@ -47,7 +47,7 @@ jobs: run: touch _build/.nojekyll - name: Deploy documentation sphinx - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index aff05fb24..e6bf979bf 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yaml environment-name: docs @@ -53,7 +53,7 @@ jobs: env: CNAME: ${{ secrets.CNAME }} - - uses: JamesIves/github-pages-deploy-action@v4.6.1 + - uses: JamesIves/github-pages-deploy-action@v4.7.3 if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }} with: branch: gh-pages