Skip to content

Commit 9100a8e

Browse files
chore(deps): bump marocchino/sticky-pull-request-comment (#120)
--- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43902f9 commit 9100a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
fi
306306
echo "$EOF" >> $GITHUB_OUTPUT
307307
- name: Post message on PR
308-
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
308+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
309309
if: steps.tag.outputs.exists == 'false'
310310
with:
311311
header: release-check (${{ matrix.source }})

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: CHANGELOG.md
2222
draft: ${{ github.event_name == 'pull_request' }}
2323
- if: github.event_name == 'pull_request' && steps.release.outputs.tag != ''
24-
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
24+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
2525
with:
2626
header: release
2727
recreate: true

0 commit comments

Comments
 (0)