From 55d84de54fa24ca6494d815dc72dbc893ce9a6c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 22:38:50 +0000 Subject: [PATCH] chore(deps): update actions/attest action to v4.2.2 --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 256a80e..35cd462 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -88,7 +88,7 @@ jobs: - name: Attest binary artifacts # v4.2.0 is an immutable GitHub release. - uses: actions/attest@v4.2.0 + uses: actions/attest@v4.2.2 with: subject-path: | dist/*.tar.gz @@ -142,7 +142,7 @@ jobs: - name: Attest macOS app # v4.2.0 is an immutable GitHub release. - uses: actions/attest@v4.2.0 + uses: actions/attest@v4.2.2 with: subject-path: dist/*.zip