From d802004cf5091098773c0e7921019baad658f7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:17:41 +0000 Subject: [PATCH] build(deps): bump marocchino/sticky-pull-request-comment Bumps the gha-deps group with 1 update in the / directory: [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). Updates `marocchino/sticky-pull-request-comment` from 2 to 3 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-samples.yml b/.github/workflows/validate-samples.yml index b92fd72..e34f4c6 100644 --- a/.github/workflows/validate-samples.yml +++ b/.github/workflows/validate-samples.yml @@ -116,7 +116,7 @@ jobs: - name: Post / update PR comment if: always() && steps.changed.outputs.has_samples == 'true' && steps.changed.outputs.self_edit != 'true' continue-on-error: true - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: samples-validation path: validation-comment.md