Skip to content

Commit

Permalink
build(deps): bump peter-evans/create-or-update-comment from 3 to 4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and amis92 committed Jan 26, 2024
1 parent 80b116c commit a865bf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
PUSH_TAG: ${{ github.event.client_payload.slash_command.args.unnamed.arg1 == 'tag' }}
steps:
- name: Add deployment run link to command comment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
body: "[Deployment run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
Write-Host "::set-output name=tag::$v"
- name: Add tag info to command comment
if: env.PUSH_TAG == 'true'
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
body: "Pushed tag `${{ steps.tagpush.outputs.tag }}`"
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: dotnet nuget push '*.nupkg' -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -k ${{ github.token }} --skip-duplicate

- name: Add reaction to command comment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
reactions: hooray
4 changes: 2 additions & 2 deletions .github/workflows/tag-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Configuration: Release
steps:
- name: Add run link to command comment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
body: '[Deployment run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})'
Expand All @@ -33,7 +33,7 @@ jobs:
git push origin $v
Write-Host "::set-output name=tag::$v"
- name: Add tag info and reaction to command comment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
body: 'Pushed tag `${{ steps.tagpush.outputs.tag }}`'
Expand Down

0 comments on commit a865bf5

Please sign in to comment.