Skip to content

Commit 29f65cd

Browse files
authored
Merge pull request #333 from dokku/dependabot/github_actions/ruby/setup-ruby-1.295.0
chore(deps): bump ruby/setup-ruby from 1.290.0 to 1.295.0
2 parents df52884 + d73f00a commit 29f65cd

File tree

1 file changed

+8
-23
lines changed

1 file changed

+8
-23
lines changed

.github/workflows/tagged-release.yml

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,17 @@ jobs:
5252
trimpath: true
5353

5454
- name: Attest Build Provenance - darwin-amd64
55-
uses: actions/attest-build-provenance@v4.1.0
55+
uses: actions/attest-build-provenance@v4
5656
with:
57-
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-amd64"
58-
59-
- name: Attest Build Provenance - darwin-arm64
60-
uses: actions/attest-build-provenance@v4.1.0
61-
with:
62-
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-arm64"
63-
64-
- name: Attest Build Provenance - linux-amd64
65-
uses: actions/attest-build-provenance@v4.1.0
66-
with:
67-
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-amd64"
68-
69-
- name: Attest Build Provenance - linux-arm64
70-
uses: actions/attest-build-provenance@v4.1.0
71-
with:
72-
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-arm64"
73-
74-
- name: Attest Build Provenance - windows-amd64
75-
uses: actions/attest-build-provenance@v4.1.0
76-
with:
77-
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-windows-amd64.exe"
57+
subject-path: |
58+
dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-amd64
59+
dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-arm64
60+
dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-amd64
61+
dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-arm64
62+
dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-windows-amd64.exe
7863
7964
- name: Setup Ruby
80-
uses: ruby/setup-ruby@v1.290.0
65+
uses: ruby/setup-ruby@v1
8166
with:
8267
bundler-cache: true
8368
working-directory: .github

0 commit comments

Comments
 (0)