File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/setup-build Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments