Skip to content

Commit ef82cb5

Browse files
Bump actions/attest-build-provenance from 3 to 4
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>
1 parent 1dd504e commit ef82cb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: "npm"
2626
- run: npm install
2727
- run: make
28-
- uses: actions/attest-build-provenance@v3
28+
- uses: actions/attest-build-provenance@v4
2929
with:
3030
subject-path: '${{ github.workspace }}/be.bastelstu.wcf.nodePush.tar'
3131
- name: Create Release
@@ -68,7 +68,7 @@ jobs:
6868
context: files_wcf/acp/be.bastelstu.wcf.nodePush/
6969
push: true
7070
tags: ghcr.io/wbbaddons/nodepush:latest,ghcr.io/wbbaddons/nodepush:${{ steps.extract_version.outputs.version }}
71-
- uses: actions/attest-build-provenance@v3
71+
- uses: actions/attest-build-provenance@v4
7272
id: attest
7373
with:
7474
subject-name: ghcr.io/wbbaddons/nodepush

0 commit comments

Comments
 (0)