diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-21 21:57:34 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-21 21:57:34 -0500 |
| commit | 4dd5fd4f747c95cb258ab9a634d48f3eb8f19491 (patch) | |
| tree | 657e6e031e601523a255065b412dc73a538885cd | |
| parent | a06866cf167148164c23b0c3cb2394c80f9a6727 (diff) | |
| download | skunky-art-4dd5fd4f747c95cb258ab9a634d48f3eb8f19491.tar.gz skunky-art-4dd5fd4f747c95cb258ab9a634d48f3eb8f19491.tar.bz2 skunky-art-4dd5fd4f747c95cb258ab9a634d48f3eb8f19491.zip | |
Bump actions/attest-build-provenance from 2 to 4 (#10)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 4.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v4)
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28eadb8..b148dc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: cache-to: type=gha,mode=max - name: Attest build provenance - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v4 with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} subject-digest: ${{ steps.build.outputs.digest }} |
