Skip to content

Commit 8cd9e86

Browse files
chore(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 4.1.0 to 4.1.1. - [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@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 832e68d commit 8cd9e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
ghcr.io/${{ env.PACKAGE_NAME }}:latest
132132
133133
- name: Attest build provenance
134-
uses: actions/attest-build-provenance@v4.1.0
134+
uses: actions/attest-build-provenance@v4.1.1
135135
with:
136136
subject-name: ghcr.io/${{ env.PACKAGE_NAME }}
137137
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)