From e182a664e39611b76020108be4dbd96c45bee7b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:12:09 +0000 Subject: [PATCH] deps(renovate): update actions/attest-build-provenance action to v4.1.1 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a860a5e..a8db66f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -49,7 +49,7 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm build - run: pnpm pack - - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-path: 'monetr-notify-*.tgz' - run: npm publish monetr-notify-*.tgz