Skip to content

Commit 2a06ed1

Browse files
authored
Merge pull request #141 from dokku/dependabot/github_actions/actions/attest-build-provenance-2.2.2
chore(deps): bump actions/attest-build-provenance from 2.2.0 to 2.2.2
2 parents e07e923 + 24d0012 commit 2a06ed1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tagged-release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,27 +52,27 @@ jobs:
5252
trimpath: true
5353

5454
- name: Attest Build Provenance - darwin-amd64
55-
uses: actions/[email protected].0
55+
uses: actions/[email protected].2
5656
with:
5757
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-amd64"
5858

5959
- name: Attest Build Provenance - darwin-arm64
60-
uses: actions/[email protected].0
60+
uses: actions/[email protected].2
6161
with:
6262
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-arm64"
6363

6464
- name: Attest Build Provenance - linux-amd64
65-
uses: actions/[email protected].0
65+
uses: actions/[email protected].2
6666
with:
6767
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-amd64"
6868

6969
- name: Attest Build Provenance - linux-arm64
70-
uses: actions/[email protected].0
70+
uses: actions/[email protected].2
7171
with:
7272
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-arm64"
7373

7474
- name: Attest Build Provenance - windows-amd64
75-
uses: actions/[email protected].0
75+
uses: actions/[email protected].2
7676
with:
7777
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-windows-amd64.exe"
7878

0 commit comments

Comments
 (0)