Skip to content

Commit cd2025f

Browse files
chore(deps): bump actions/attest-build-provenance from 1 to 2 (#605)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance 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>
1 parent 6d442f9 commit cd2025f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
labels: ${{ steps.meta.outputs.labels }}
4848

4949
- name: Generate artifact attestation
50-
uses: actions/attest-build-provenance@v1
50+
uses: actions/attest-build-provenance@v2
5151
with:
5252
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
5353
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)