Skip to content

Commit b2a8587

Browse files
chore(deps): Bump actions/attest-build-provenance from 2 to 3 (#1409)
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) - [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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7398782 commit b2a8587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json
159159
echo "dist ran successfully"
160160
- name: Attest
161-
uses: actions/attest-build-provenance@v2
161+
uses: actions/attest-build-provenance@v3
162162
with:
163163
subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}*"
164164
- id: cargo-dist

0 commit comments

Comments
 (0)