From 294aff4040752bcefdddfc466393bf513660ebb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:16:51 +0000 Subject: [PATCH 1/2] chore: bump peter-evans/create-or-update-comment from 2 to 4 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...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] --- .github/workflows/storybook-preview-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook-preview-deploy.yml b/.github/workflows/storybook-preview-deploy.yml index b9ce2e304..aaff2fded 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 with: comment-id: ${{ steps.get-deployment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} From 25f7547e6e6dadf4ff2d05fdfc17c8d797e7169e Mon Sep 17 00:00:00 2001 From: Ruggero Cino Date: Tue, 23 Apr 2024 15:32:53 +0200 Subject: [PATCH 2/2] Set strict version, update changelog --- .github/workflows/storybook-preview-deploy.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/storybook-preview-deploy.yml b/.github/workflows/storybook-preview-deploy.yml index aaff2fded..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@v4 + 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 6eb8e4429..d7cd0ab19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Set `yarn` version to v4 +- Bump `peter-evans/create-or-update-comment` from 2 to 4.0.0 ## [1.0.24] - 2024-04-23