Skip to content

Commit

Permalink
Merge pull request #1591 from SEKOIA-IO/dependabot/github_actions/pet…
Browse files Browse the repository at this point in the history
…er-evans/create-or-update-comment-4

Bump peter-evans/create-or-update-comment from 3 to 4
  • Loading branch information
otetard authored Jan 29, 2024
2 parents 3ff3d52 + 3edaf1b commit feaf30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
body-includes: Newest code from ${{ github.actor}} has been published to

- name: Add comment to PR
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ steps.pr_number.outputs.pr_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: echo "date=$(date +'%F %H:%M:%S')" >> $GITHUB_OUTPUT

- name: Add comment to PR
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ steps.pr_number.outputs.pr_number }}
Expand Down

0 comments on commit feaf30d

Please sign in to comment.