Skip to content

Commit cd033e4

Browse files
chore(deps): bump actions/attest-build-provenance from 1.3.3 to 1.4.2 (#4389)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.3.3 to 1.4.2. - [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@5e9cb68...6149ea5) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed916cb commit cd033e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
echo "tar=$(cd dist/ && echo *.tar.gz)" >> $GITHUB_OUTPUT
4545
echo "whl=$(cd dist/ && echo *.tar.gz)" >> $GITHUB_OUTPUT
4646
- name: Attest Build Provenance for tar
47-
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
47+
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
4848
with:
4949
subject-path: "dist/${{ steps.filename.outputs.tar }}"
5050
- name: Attest Build Provenance for whl
51-
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
51+
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
5252
with:
5353
subject-path: "dist/${{ steps.filename.outputs.whl }}"
5454
# TODO Upload to pypi on release creation

0 commit comments

Comments
 (0)