File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,27 +51,27 @@ jobs:
51
51
trimpath : true
52
52
53
53
- name : Attest Build Provenance - darwin-amd64
54
- uses : actions/attest-build-provenance@v1.1.2
54
+ uses : actions/attest-build-provenance@v1.2.0
55
55
with :
56
56
subject-path : " dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-amd64"
57
57
58
58
- name : Attest Build Provenance - darwin-arm64
59
- uses : actions/attest-build-provenance@v1.1.2
59
+ uses : actions/attest-build-provenance@v1.2.0
60
60
with :
61
61
subject-path : " dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-arm64"
62
62
63
63
- name : Attest Build Provenance - linux-amd64
64
- uses : actions/attest-build-provenance@v1.1.2
64
+ uses : actions/attest-build-provenance@v1.2.0
65
65
with :
66
66
subject-path : " dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-amd64"
67
67
68
68
- name : Attest Build Provenance - linux-arm64
69
- uses : actions/attest-build-provenance@v1.1.2
69
+ uses : actions/attest-build-provenance@v1.2.0
70
70
with :
71
71
subject-path : " dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-arm64"
72
72
73
73
- name : Attest Build Provenance - windows-amd64
74
- uses : actions/attest-build-provenance@v1.1.2
74
+ uses : actions/attest-build-provenance@v1.2.0
75
75
with :
76
76
subject-path : " dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-windows-amd64.exe"
77
77
You can’t perform that action at this time.
0 commit comments