Skip to content

Commit

Permalink
Merge pull request #635 from Automattic/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/actions/build-docker-image/peter-evans/create-or-update-comment-4

chore(deps): Bump peter-evans/create-or-update-comment from 3 to 4 in /.github/actions/build-docker-image
  • Loading branch information
sjinks authored Jan 29, 2024
2 parents 54d231b + c37783d commit f25b7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ runs:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name

- name: Create or update comment
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit f25b7bb

Please sign in to comment.