Skip to content

Commit ca74eca

Browse files
authored
Merge pull request #4683 from OSGeo/dependabot/github_actions/actions/attest-build-provenance-4
Bump actions/attest-build-provenance from 3 to 4
2 parents cbb4147 + befe51b commit ca74eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
org.opencontainers.image.created=${{ steps.prep.outputs.BUILD_DATE }}
157157
- name: Generate artifact attestation
158158
if: ${{ env.PUSH_PACKAGES == 'true' && matrix.container == 'proj' }}
159-
uses: actions/attest-build-provenance@v3
159+
uses: actions/attest-build-provenance@v4
160160
with:
161161
subject-name: ghcr.io/osgeo/proj
162162
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)