Skip to content

Commit

Permalink
Merge pull request #801 from nextcloud-libraries/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/peter-evans/create-or-update-comment-4

chore(deps): Bump peter-evans/create-or-update-comment from 3 to 4
  • Loading branch information
susnux authored Jun 25, 2024
2 parents 8beb2df + c2d174d commit 1f4595c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/command-l10n-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Add reaction on start
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
repository: ${{ github.event.repository.full_name }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
git push --force origin ${{ needs.init.outputs.head_ref }}
- name: Add reaction on failure
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
if: failure()
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
Expand Down

0 comments on commit 1f4595c

Please sign in to comment.