Skip to content

Commit db3f14f

Browse files
Bump peter-evans/create-or-update-comment from 3 to 4 (#11)
Bumps [peter-evans/create-or-update-comment](https://github.com/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: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ccb5f0 commit db3f14f

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@v3
33+
uses: peter-evans/create-or-update-comment@v4
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@v3
41+
uses: peter-evans/create-or-update-comment@v4
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@v3
10+
uses: peter-evans/create-or-update-comment@v4
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@v3
22+
uses: peter-evans/create-or-update-comment@v4
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@v3
34+
uses: peter-evans/create-or-update-comment@v4
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@v3
10+
uses: peter-evans/create-or-update-comment@v4
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@v3
22+
uses: peter-evans/create-or-update-comment@v4
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@v3
30+
uses: peter-evans/create-or-update-comment@v4
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@v3
10+
uses: peter-evans/create-or-update-comment@v4
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@v3
10+
uses: peter-evans/create-or-update-comment@v4
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@v3
10+
uses: peter-evans/create-or-update-comment@v4
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@v3
28+
uses: peter-evans/create-or-update-comment@v4
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@v3
42+
uses: peter-evans/create-or-update-comment@v4
4343
with:
4444
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
4545
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

0 commit comments

Comments
 (0)