Skip to content

Commit 1f316f8

Browse files
Bump actions/attest-build-provenance from 2 to 3 (#1603)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2806be4 commit 1f316f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: pipx run build --sdist
7676

7777
- name: Attest GitHub build provenance
78-
uses: actions/attest-build-provenance@v2
78+
uses: actions/attest-build-provenance@v3
7979
# Don't attest from forks
8080
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
8181
with:
@@ -130,7 +130,7 @@ jobs:
130130
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
131131

132132
- name: Attest GitHub build provenance
133-
uses: actions/attest-build-provenance@v2
133+
uses: actions/attest-build-provenance@v3
134134
# Don't attest from forks
135135
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
136136
with:
@@ -171,7 +171,7 @@ jobs:
171171
PYODIDE=1 python setup.py bdist_wheel --universal
172172
173173
- name: Attest GitHub build provenance
174-
uses: actions/attest-build-provenance@v2
174+
uses: actions/attest-build-provenance@v3
175175
# Don't attest from forks
176176
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
177177
with:

0 commit comments

Comments
 (0)