diff --git a/.github/workflows/storybook-preview-deploy.yml b/.github/workflows/storybook-preview-deploy.yml index b9ce2e304..8cef2e846 100644 --- a/.github/workflows/storybook-preview-deploy.yml +++ b/.github/workflows/storybook-preview-deploy.yml @@ -58,7 +58,7 @@ jobs: IFS=" " read -ra array <<< "$ipfsResult" echo "hash=${array[1]}" >> $GITHUB_OUTPUT - name: Echo url - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4.0.0 with: comment-id: ${{ steps.get-deployment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b51b9d0c7..8a8f697ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Set `yarn` version to v4 - Update Dependabot config to group Github actions dependencies - Bump `mindsers/changelog-reader-action` from 2.2.2 to 2.2.3 +- Bump `peter-evans/create-or-update-comment` from 2 to 4.0.0 ## [1.0.24] - 2024-04-23