Update bazel-contrib/setup-bazel action to v0.13.0 (#64) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel-contrib/setup-bazel](https://redirect.github.com/bazel-contrib/setup-bazel) | action | minor | `0.12.1` -> `0.13.0` | --- ### Release Notes <details> <summary>bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)</summary> ### [`v0.13.0`](https://redirect.github.com/bazel-contrib/setup-bazel/releases/tag/0.13.0) [Compare Source](https://redirect.github.com/bazel-contrib/setup-bazel/compare/0.12.1...0.13.0) #### What's Changed - Update Node.js to v22.13.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/61](https://redirect.github.com/bazel-contrib/setup-bazel/pull/61) - Update dependency [@​actions/tool-cache](https://redirect.github.com/actions/tool-cache) to v2.0.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/62](https://redirect.github.com/bazel-contrib/setup-bazel/pull/62) - Update Node.js to v22.13.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/63](https://redirect.github.com/bazel-contrib/setup-bazel/pull/63) - Include repository cache files in the disk cache key. by [@​bmclarnon](https://redirect.github.com/bmclarnon) in [https://github.com/bazel-contrib/setup-bazel/pull/64](https://redirect.github.com/bazel-contrib/setup-bazel/pull/64) #### New Contributors - [@​bmclarnon](https://redirect.github.com/bmclarnon) made their first contribution in [https://github.com/bazel-contrib/setup-bazel/pull/64](https://redirect.github.com/bazel-contrib/setup-bazel/pull/64) **Full Changelog**: https://github.com/bazel-contrib/setup-bazel/compare/0.12.1...0.13.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEzNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b4f989..7174240 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: bazel-contrib/setup-bazel@0.12.1 + - uses: bazel-contrib/setup-bazel@0.13.0 with: repository-cache: true bazelrc: common --announce_rc --color=yes --enable_workspace=false