Skip to content

Commit a895e6c

Browse files
chore(deps): bump actions/attest-build-provenance from 3 to 4 (#45)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 3 to 4. - [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@v3...v4) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '4' 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 dff3bd6 commit a895e6c

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
@@ -149,7 +149,7 @@ jobs:
149149
dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json
150150
echo "dist ran successfully"
151151
- name: Attest
152-
uses: actions/attest-build-provenance@v3
152+
uses: actions/attest-build-provenance@v4
153153
with:
154154
subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}*"
155155
- id: cargo-dist

0 commit comments

Comments
 (0)