Skip to content

Commit c67026d

Browse files
chore(deps): bump actions/attest-build-provenance from 2 to 3 (#73)
1 parent fe5f43a commit c67026d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
sbom: false
6565
- name: Generate artifact attestation
6666
if: ${{ inputs.create-attestation }}
67-
uses: actions/attest-build-provenance@v2
67+
uses: actions/attest-build-provenance@v3
6868
with:
6969
subject-name: ${{ env.IMAGE_REGISTRY }}/${{ inputs.image-name}}
7070
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)