Skip to content

Commit e2f3068

Browse files
chore(deps): Bump actions/attest-build-provenance from 2 to 3 (#514)
1 parent 33e0982 commit e2f3068

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ jobs:
8787
REVISION=${{ github.sha }}
8888
8989
- name: Generate artifact attestation (dockerhub)
90-
uses: actions/attest-build-provenance@v2
90+
uses: actions/attest-build-provenance@v4
9191
with:
9292
subject-name: docker.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
9393
subject-digest: ${{ steps.push.outputs.digest }}
9494
push-to-registry: true
9595

9696
- name: Generate artifact attestation (ghcr)
97-
uses: actions/attest-build-provenance@v2
97+
uses: actions/attest-build-provenance@v4
9898
with:
9999
subject-name: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
100100
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)