Skip to content

Commit 7f0ed60

Browse files
build(deps): bump actions/attest-build-provenance from 2 to 3
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 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@v2...v3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee0ae90 commit 7f0ed60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- uses: actions/download-artifact@v4
168168
- name: Generate artifact attestation
169-
uses: actions/attest-build-provenance@v2
169+
uses: actions/attest-build-provenance@v3
170170
with:
171171
subject-path: 'wheels-*/*'
172172
- name: Publish to PyPI

0 commit comments

Comments
 (0)