Skip to content

Commit 43d5b3a

Browse files
chore(deps): bump marocchino/sticky-pull-request-comment from 2 to 3
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7116cad commit 43d5b3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
263263
- name: Update Last Comment by bot (If ran in PR)
264264
if: inputs.is_PR
265-
uses: marocchino/sticky-pull-request-comment@v2
265+
uses: marocchino/sticky-pull-request-comment@v3
266266
with:
267267
hide_and_recreate: true
268268
hide_classify: "OUTDATED"

.github/workflows/on-demand-preview-releases-PR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- name: Add comment to PR
56-
uses: marocchino/sticky-pull-request-comment@v2
56+
uses: marocchino/sticky-pull-request-comment@v3
5757
with:
5858
hide_and_recreate: true
5959
hide_classify: "OUTDATED"
@@ -92,7 +92,7 @@ jobs:
9292
# fetch-depth: 0
9393

9494
- name: Update Last Comment by bot (if Workflow Triggering failed)
95-
uses: marocchino/sticky-pull-request-comment@v2
95+
uses: marocchino/sticky-pull-request-comment@v3
9696
with:
9797
hide_and_recreate: true
9898
hide_classify: "OUTDATED"

0 commit comments

Comments
 (0)