Skip to content

Commit 4215290

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

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@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
47+
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
4848
with:
4949
subject-path: "dist/${{ steps.filename.outputs.tar }}"
5050
- name: Attest Build Provenance for whl
51-
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
51+
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
5252
with:
5353
subject-path: "dist/${{ steps.filename.outputs.whl }}"
5454
# TODO Upload to pypi on release creation

0 commit comments

Comments
 (0)