Skip to content

Commit 29abafd

Browse files
Bump peter-evans/create-or-update-comment in the actions group
Bumps the actions group with 1 update: [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). 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: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3603ac commit 29abafd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/new-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Post guidance comment
21-
uses: peter-evans/create-or-update-comment@v4
21+
uses: peter-evans/create-or-update-comment@v5
2222
with:
2323
issue-number: ${{ github.event.issue.number }}
2424
body: |

.github/workflows/new-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- name: Post guidance comment on new PR
20-
uses: peter-evans/create-or-update-comment@v4
20+
uses: peter-evans/create-or-update-comment@v5
2121
with:
2222
issue-number: ${{ github.event.pull_request.number }}
2323
body: |

0 commit comments

Comments
 (0)