Skip to content

Commit 13fed76

Browse files
authored
Merge pull request #197 from Datenschule/dependabot/github_actions/actions/attest-build-provenance-3
Bump actions/attest-build-provenance from 2 to 3
2 parents 7f8a4b3 + 31d60ea commit 13fed76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tags: ${{ steps.meta.outputs.tags }}
4040
labels: ${{ steps.meta.outputs.labels }}
4141
- name: Generate artifact attestation
42-
uses: actions/attest-build-provenance@v2
42+
uses: actions/attest-build-provenance@v3
4343
with:
4444
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
4545
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)