Skip to content

Commit

Permalink
build(deps): bump peter-evans/create-or-update-comment from 3.0.2 to …
Browse files Browse the repository at this point in the history
…3.1.0 (#2197)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 5e00c4e)
  • Loading branch information
dependabot[bot] authored and Borda committed Nov 30, 2023
1 parent bc5f20e commit 5b321dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmd-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update with comment
uses: peter-evans/create-or-update-comment@v3.0.2
uses: peter-evans/create-or-update-comment@v3.1.0
with:
token: ${{ secrets.PAT_GHOST }}
reaction-token: ${{ secrets.PAT_GHOST }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmd-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git push --force-with-lease
- name: Update comment
uses: peter-evans/create-or-update-comment@v3.0.2
uses: peter-evans/create-or-update-comment@v3.1.0
with:
token: ${{ secrets.PAT_GHOST }}
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update comment
uses: peter-evans/create-or-update-comment@v3.0.2
uses: peter-evans/create-or-update-comment@v3.1.0
with:
token: ${{ secrets.PAT_GHOST }}
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand Down

0 comments on commit 5b321dd

Please sign in to comment.