Skip to content

Commit 6cbfd2a

Browse files
Bump the gh-actions group with 3 updates (#152)
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](fortran-lang/setup-fpm@v5...v6) Updates `mamba-org/setup-micromamba` from 1 to 2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@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](JamesIves/github-pages-deploy-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fa800c commit 6cbfd2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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@v5
54+
uses: fortran-lang/setup-fpm@v6
5555
with:
5656
fpm-version: 'v0.9.0'
5757

.github/workflows/preview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git checkout pr-${{github.event.issue.number}}
2424
2525
- name: Install dependencies
26-
uses: mamba-org/setup-micromamba@v1
26+
uses: mamba-org/setup-micromamba@v2
2727
with:
2828
environment-file: environment.yaml
2929
environment-name: docs
@@ -47,7 +47,7 @@ jobs:
4747
run: touch _build/.nojekyll
4848

4949
- name: Deploy documentation sphinx
50-
uses: JamesIves/github-pages-deploy-action@v4.6.1
50+
uses: JamesIves/github-pages-deploy-action@v4.7.3
5151
with:
5252
token: ${{ secrets.GITHUB_TOKEN }}
5353
branch: gh-pages

.github/workflows/sphinx.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Install dependencies
28-
uses: mamba-org/setup-micromamba@v1
28+
uses: mamba-org/setup-micromamba@v2
2929
with:
3030
environment-file: environment.yaml
3131
environment-name: docs
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
CNAME: ${{ secrets.CNAME }}
5555

56-
- uses: JamesIves/github-pages-deploy-action@v4.6.1
56+
- uses: JamesIves/github-pages-deploy-action@v4.7.3
5757
if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
5858
with:
5959
branch: gh-pages

0 commit comments

Comments
 (0)