From f230cc4c3acdeee09f01f58361005f95bfa4956b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:11:40 +0000 Subject: [PATCH] chore(actions)(deps): bump marocchino/sticky-pull-request-comment Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.1 to 3.0.4. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/52423e01640425a022ef5fd42c6fb5f633a02728...0ea0beb66eb9baf113663a64ec522f60e49231c0) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nix-lockfile-fix.yml | 8 ++++---- .github/workflows/nix.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nix-lockfile-fix.yml b/.github/workflows/nix-lockfile-fix.yml index 68fab86055..dc489de3ec 100644 --- a/.github/workflows/nix-lockfile-fix.yml +++ b/.github/workflows/nix-lockfile-fix.yml @@ -185,7 +185,7 @@ jobs: # before the ~minute of nix build work. - name: Mark sticky as running if: steps.resolve.outputs.pr != '' - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: nix-lockfile-check number: ${{ steps.resolve.outputs.pr }} @@ -222,7 +222,7 @@ jobs: - name: Update sticky (applied) if: steps.apply.outputs.changed == 'true' && steps.resolve.outputs.pr != '' - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: nix-lockfile-check number: ${{ steps.resolve.outputs.pr }} @@ -233,7 +233,7 @@ jobs: - name: Update sticky (already current) if: steps.apply.outputs.changed == 'false' && steps.resolve.outputs.pr != '' - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: nix-lockfile-check number: ${{ steps.resolve.outputs.pr }} @@ -244,7 +244,7 @@ jobs: - name: Update sticky (failed) if: failure() && steps.resolve.outputs.pr != '' - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: nix-lockfile-check number: ${{ steps.resolve.outputs.pr }} diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 9cb3171aec..5203247e9d 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -70,7 +70,7 @@ jobs: - name: Post sticky PR comment (stale hashes) if: steps.hash_check.outputs.stale == 'true' && github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: nix-lockfile-check message: | @@ -97,7 +97,7 @@ jobs: runner.os == 'Linux' && (steps.hash_check.outputs.stale == 'false' || (steps.flake.outcome == 'success' && steps.build.outcome == 'success')) - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: nix-lockfile-check delete: true