From c4f646794a3c2fed909723c66cebd8d7242c4fcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 28 Feb 2026 13:56:52 +0000 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v4 (#62) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | action | major | `v3` → `v4` | --- ### Release Notes
actions/attest-build-provenance (actions/attest-build-provenance) ### [`v4`](https://github.com/actions/attest-build-provenance/compare/v3...v4) [Compare Source](https://github.com/actions/attest-build-provenance/compare/v3...v4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/62 Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- .github/workflows/build-push-attest-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push-attest-docker.yml b/.github/workflows/build-push-attest-docker.yml index 0aee9fc..a9d8d75 100644 --- a/.github/workflows/build-push-attest-docker.yml +++ b/.github/workflows/build-push-attest-docker.yml @@ -59,7 +59,7 @@ jobs: ghcr.io/${{ github.repository }}:${{ inputs.release }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-name: ghcr.io/${{ github.repository }} subject-digest: ${{ steps.push.outputs.digest }}