File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments