Skip to content

Commit 2a2d93d

Browse files
Bump the gh-actions group with 2 updates
Bumps the gh-actions group with 2 updates: [fortran-lang/setup-fpm](https://github.com/fortran-lang/setup-fpm) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). 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) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fad7ec5 commit 2a2d93d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
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@v7
54+
uses: fortran-lang/setup-fpm@v8
5555
with:
5656
fpm-version: 'v0.9.0'
5757

.github/workflows/delete_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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}}"

0 commit comments

Comments
 (0)