Skip to content

Commit 61d1672

Browse files
dependabot[bot]marcfrederick
authored andcommitted
chore(deps): bump actions/attest-build-provenance from 1 to 2
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19e6a49 commit 61d1672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json
148148
echo "dist ran successfully"
149149
- name: Attest
150-
uses: actions/attest-build-provenance@v1
150+
uses: actions/attest-build-provenance@v2
151151
with:
152152
subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}*"
153153
- id: cargo-dist

0 commit comments

Comments
 (0)