Skip to content

Commit ede263c

Browse files
dependabot[bot]gnikit
authored andcommitted
Bump the gh-actions group with 2 updates
Bumps the gh-actions group with 2 updates: [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `EndBug/add-and-commit` from 9.1.3 to 9.1.4 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](EndBug/add-and-commit@v9.1.3...v9.1.4) Updates `peter-evans/create-or-update-comment` from 3 to 4 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v3...v4) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54b00da commit ede263c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/delete_preview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
run: rm -rf pr/${{github.event.issue.number}}
3030

3131
- name: Commit and push to gh-pages
32-
uses: EndBug/[email protected].3
32+
uses: EndBug/[email protected].4
3333
with:
3434
message: "Sphinx build cleanup pr/${{github.event.issue.number}}"
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

3838
# Comment on pull request
3939
- name: Comment on pull request
40-
uses: peter-evans/create-or-update-comment@v3
40+
uses: peter-evans/create-or-update-comment@v4
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git-config-name: Fortran
5252

5353
- name: Comment on pull request
54-
uses: peter-evans/create-or-update-comment@v3
54+
uses: peter-evans/create-or-update-comment@v4
5555
with:
5656
issue-number: ${{github.event.issue.number}}
5757
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)