Skip to content

Commit f5b581b

Browse files
chore(deps): bump actions/attest from 4.1.0 to 4.2.0 (#80)
Bumps [actions/attest](https://github.com/actions/attest) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](actions/attest@59d8942...f7c74d2) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bd9f6f commit f5b581b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-provenance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Write subject checksums to a file
3232
run: printf %s "${{ inputs.subject-checksums }}" >subject-checksums.txt
3333
- name: Attest
34-
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
34+
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
3535
id: attest
3636
with:
3737
subject-checksums: subject-checksums.txt

0 commit comments

Comments
 (0)