Skip to content

Commit 3011e58

Browse files
chore(deps): Bump actions/attest-build-provenance from 2 to 3 (#245)
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) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [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 53c9930 commit 3011e58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
--data-binary @${_filename} \
8080
https://uploads.github.com/repos/${{ github.repository_owner }}/tx-submit-api-mirror/releases/${{ needs.create-draft-release.outputs.RELEASE_ID }}/assets?name=${_filename}
8181
- name: Attest binary
82-
uses: actions/attest-build-provenance@v2
82+
uses: actions/attest-build-provenance@v3
8383
with:
8484
subject-path: 'tx-submit-api-mirror'
8585

@@ -136,13 +136,13 @@ jobs:
136136
tags: ${{ steps.meta.outputs.tags }}
137137
labels: ${{ steps.meta.outputs.labels }}
138138
- name: Attest Docker Hub image
139-
uses: actions/attest-build-provenance@v2
139+
uses: actions/attest-build-provenance@v3
140140
with:
141141
subject-name: index.docker.io/blinklabs/tx-submit-api-mirror
142142
subject-digest: ${{ steps.push.outputs.digest }}
143143
push-to-registry: true
144144
- name: Attest GHCR image
145-
uses: actions/attest-build-provenance@v2
145+
uses: actions/attest-build-provenance@v3
146146
with:
147147
subject-name: ghcr.io/${{ github.repository }}
148148
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)