Skip to content

Commit 4c3bba1

Browse files
authored
Merge pull request #88 from EngineScript/dependabot/github_actions/actions-85cd2e0cc6
Bump peter-evans/create-or-update-comment from 4 to 5 in the actions group
2 parents 3a26fc5 + 33e84ad commit 4c3bba1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/new-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Post guidance comment
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.issue.number }}
2323
body: |

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

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

0 commit comments

Comments
 (0)