Skip to content

Commit 94640d6

Browse files
Bump actions/attest-build-provenance from 2 to 3 (#153)
1 parent d56a435 commit 94640d6

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@v2
28+
- uses: actions/attest-build-provenance@v3
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@v2
71+
- uses: actions/attest-build-provenance@v3
7272
id: attest
7373
with:
7474
subject-name: ghcr.io/wbbaddons/nodepush

0 commit comments

Comments
 (0)