Skip to content

Commit 4faadb2

Browse files
committed
installer.exe
1 parent 648e108 commit 4faadb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,14 @@ runs:
328328

329329
- name: Setup Swift toolchain (Upstream)
330330
if: inputs.swift-version != '' && inputs.swift-repo == ''
331-
uses: compnerd/gha-setup-swift@6c9f2db7c3155c57fe35f160bcd5cf5859b9c1ba # main
331+
uses: compnerd/gha-setup-swift@main
332332
with:
333333
branch: ${{ steps.sanitize-input.outputs.swift-branch }}
334334
tag: ${{ steps.sanitize-input.outputs.swift-tag }}
335335

336336
- name: Setup Swift toolchain (Custom)
337337
if: inputs.swift-version != '' && inputs.swift-repo != ''
338-
uses: compnerd/gha-setup-swift@6c9f2db7c3155c57fe35f160bcd5cf5859b9c1ba # main
338+
uses: compnerd/gha-setup-swift@main
339339
with:
340340
github-repo: ${{ inputs.swift-repo }}
341341
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)