From c48bccde3e36ec74f4244c4d3cfbcbbcd237e14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 22:27:22 +0100 Subject: [PATCH] chore(deps): bump marocchino/sticky-pull-request-comment (#103) Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/331f8f5b4215f0445d3c07b4967662a32a2d3e31...52423e01640425a022ef5fd42c6fb5f633a02728) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-check.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 26d359c..749fdc5 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -305,7 +305,7 @@ jobs: fi echo "$EOF" >> $GITHUB_OUTPUT - name: Post message on PR - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 + uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 if: steps.tag.outputs.exists == 'false' with: header: release-check (${{ matrix.source }}) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74f0f95..fe00380 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: path: CHANGELOG.md draft: ${{ github.event_name == 'pull_request' }} - if: github.event_name == 'pull_request' && steps.release.outputs.tag != '' - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 + uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 with: header: release recreate: true