Update bazel-contrib/setup-bazel action to v0.9.1 (#61) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel-contrib/setup-bazel](https://redirect.github.com/bazel-contrib/setup-bazel) | action | patch | `0.9.0` -> `0.9.1` | --- ### Release Notes <details> <summary>bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)</summary> ### [`v0.9.1`](https://redirect.github.com/bazel-contrib/setup-bazel/releases/tag/0.9.1) [Compare Source](https://redirect.github.com/bazel-contrib/setup-bazel/compare/0.9.0...0.9.1) #### What's Changed - Update dependency [@​actions/core](https://redirect.github.com/actions/core) to v1.11.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/39](https://redirect.github.com/bazel-contrib/setup-bazel/pull/39) - Update dependency node to v20.18.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/40](https://redirect.github.com/bazel-contrib/setup-bazel/pull/40) - Update dependency [@​actions/core](https://redirect.github.com/actions/core) to v1.11.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/41](https://redirect.github.com/bazel-contrib/setup-bazel/pull/41) - Update dependency yaml to v2.6.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/43](https://redirect.github.com/bazel-contrib/setup-bazel/pull/43) - Update Node.js to v22 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/45](https://redirect.github.com/bazel-contrib/setup-bazel/pull/45) - Fix google_credentials by [@​aaylward](https://redirect.github.com/aaylward) in [https://github.com/bazel-contrib/setup-bazel/pull/47](https://redirect.github.com/bazel-contrib/setup-bazel/pull/47) #### New Contributors - [@​aaylward](https://redirect.github.com/aaylward) made their first contribution in [https://github.com/bazel-contrib/setup-bazel/pull/47](https://redirect.github.com/bazel-contrib/setup-bazel/pull/47) **Full Changelog**: https://github.com/bazel-contrib/setup-bazel/compare/0.9.0...0.9.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday after 9am before 5pm" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aab689f..c407862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: bazel-contrib/setup-bazel@0.9.0 + - uses: bazel-contrib/setup-bazel@0.9.1 with: repository-cache: true bazelrc: common --announce_rc --color=yes --enable_workspace