Skip to content

Commit 9e92db8

Browse files
chore(deps): bump actions/attest-build-provenance from 1.0.0 to 1.1.1 (#4122)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.0.0 to 1.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@897ed5e...951c0c5) --- 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 86db20d commit 9e92db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,11 +623,11 @@ jobs:
623623
echo "tar=$(cd dist/ && echo *.tar.gz)" >> $GITHUB_OUTPUT
624624
echo "whl=$(cd dist/ && echo *.tar.gz)" >> $GITHUB_OUTPUT
625625
- name: Attest Build Provenance for tar
626-
uses: actions/attest-build-provenance@897ed5eab6ed058a474202017ada7f40bfa52940 # v1.0.0
626+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
627627
with:
628628
subject-path: "dist/${{ steps.filename.outputs.tar }}"
629629
- name: Attest Build Provenance for whl
630-
uses: actions/attest-build-provenance@897ed5eab6ed058a474202017ada7f40bfa52940 # v1.0.0
630+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
631631
with:
632632
subject-path: "dist/${{ steps.filename.outputs.whl }}"
633633
# TODO Upload to pypi on release creation

0 commit comments

Comments
 (0)