Skip to content

Commit 431cd7c

Browse files
Bump actions/attest-build-provenance from 2 to 4 (#89)
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](actions/attest-build-provenance@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42347d2 commit 431cd7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
VERSION=${{ github.ref_name }}
6767
6868
- name: Generate artifact attestation
69-
uses: actions/attest-build-provenance@v2
69+
uses: actions/attest-build-provenance@v4
7070
with:
7171
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7272
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)