Skip to content

Commit da5cd05

Browse files
Bump peter-evans/create-or-update-comment from 4 to 5 (#16)
Bumps [peter-evans/create-or-update-comment](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0af3014 commit da5cd05

11 files changed

+14
-14
lines changed

.github/workflows/autopep8-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git push
3131
3232
- name: Add reaction
33-
uses: peter-evans/create-or-update-comment@v4
33+
uses: peter-evans/create-or-update-comment@v5
3434
with:
3535
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
3636
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/black-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git push
3939
4040
- name: Add reaction
41-
uses: peter-evans/create-or-update-comment@v4
41+
uses: peter-evans/create-or-update-comment@v5
4242
with:
4343
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
4444
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/example-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Add reaction
10-
uses: peter-evans/create-or-update-comment@v4
10+
uses: peter-evans/create-or-update-comment@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/hello-workflow-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Add reaction
22-
uses: peter-evans/create-or-update-comment@v4
22+
uses: peter-evans/create-or-update-comment@v5
2323
with:
2424
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
2525
repository: ${{ github.event.inputs.repository }}
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
3232

3333
- name: Create comment
34-
uses: peter-evans/create-or-update-comment@v4
34+
uses: peter-evans/create-or-update-comment@v5
3535
with:
3636
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
3737
repository: ${{ github.event.inputs.repository }}

.github/workflows/hello-world-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Add reaction
10-
uses: peter-evans/create-or-update-comment@v4
10+
uses: peter-evans/create-or-update-comment@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
2020

2121
- name: Create comment
22-
uses: peter-evans/create-or-update-comment@v4
22+
uses: peter-evans/create-or-update-comment@v5
2323
with:
2424
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
2525
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/hello-world-pr-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git push
2828
2929
- name: Add reaction
30-
uses: peter-evans/create-or-update-comment@v4
30+
uses: peter-evans/create-or-update-comment@v5
3131
with:
3232
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
3333
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/help-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Update comment
10-
uses: peter-evans/create-or-update-comment@v4
10+
uses: peter-evans/create-or-update-comment@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/help-pr-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Update comment
10-
uses: peter-evans/create-or-update-comment@v4
10+
uses: peter-evans/create-or-update-comment@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/ping-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Update comment
10-
uses: peter-evans/create-or-update-comment@v4
10+
uses: peter-evans/create-or-update-comment@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/rebase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git push --force-with-lease
2626
2727
- name: Update comment
28-
uses: peter-evans/create-or-update-comment@v4
28+
uses: peter-evans/create-or-update-comment@v5
2929
with:
3030
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
3131
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Update comment
42-
uses: peter-evans/create-or-update-comment@v4
42+
uses: peter-evans/create-or-update-comment@v5
4343
with:
4444
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
4545
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

0 commit comments

Comments
 (0)