Skip to content

Commit 24d8fec

Browse files
chore(deps): update cgrindel/gha_install_swift_on_ubuntu action to v2 (#1366)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cgrindel/gha_install_swift_on_ubuntu](https://redirect.github.com/cgrindel/gha_install_swift_on_ubuntu) | action | major | `v1` -> `v2` | --- ### Release Notes <details> <summary>cgrindel/gha_install_swift_on_ubuntu (cgrindel/gha_install_swift_on_ubuntu)</summary> ### [`v2`](https://redirect.github.com/cgrindel/gha_install_swift_on_ubuntu/compare/v1...v2) [Compare Source](https://redirect.github.com/cgrindel/gha_install_swift_on_ubuntu/compare/v1...v2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]>
1 parent 60244d3 commit 24d8fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/set_up_ubuntu/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
- uses: actions/setup-go@v5
2424
with:
2525
go-version-file: go.mod
26-
- uses: cgrindel/gha_install_swift_on_ubuntu@v1
26+
- uses: cgrindel/gha_install_swift_on_ubuntu@v2
2727
with:
2828
swift_release_tag: ${{ inputs.swift_release_tag }}
2929
ubuntu_version: ${{ inputs.ubuntu_version }}

0 commit comments

Comments
 (0)