Skip to content

Commit 89fb468

Browse files
Update bazel-contrib/setup-bazel action to v0.14.0 (#69)
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.14.0` | --- ### Release Notes <details> <summary>bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)</summary> ### [`v0.14.0`](https://redirect.github.com/bazel-contrib/setup-bazel/releases/tag/0.14.0) [Compare Source](https://redirect.github.com/bazel-contrib/setup-bazel/compare/0.13.0...0.14.0) #### What's Changed - Update Node.js to v22.14.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/65](https://redirect.github.com/bazel-contrib/setup-bazel/pull/65) - Update dependency [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v4.0.1 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/66](https://redirect.github.com/bazel-contrib/setup-bazel/pull/66) - Add module-root option for changing module location within the repository by [@&#8203;calebzulawski](https://redirect.github.com/calebzulawski) in [https://github.com/bazel-contrib/setup-bazel/pull/69](https://redirect.github.com/bazel-contrib/setup-bazel/pull/69) #### New Contributors - [@&#8203;calebzulawski](https://redirect.github.com/calebzulawski) made their first contribution in [https://github.com/bazel-contrib/setup-bazel/pull/69](https://redirect.github.com/bazel-contrib/setup-bazel/pull/69) **Full Changelog**: bazel-contrib/setup-bazel@0.13.0...0.14.0 ### [`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 [@&#8203;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 [@&#8203;actions/tool-cache](https://redirect.github.com/actions/tool-cache) to v2.0.2 by [@&#8203;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 [@&#8203;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 [@&#8203;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 - [@&#8203;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**: bazel-contrib/setup-bazel@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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=--> Co-authored-by: renovate-thm[bot] <139569419+renovate-thm[bot]@users.noreply.github.com>
1 parent bb76099 commit 89fb468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: bazel-contrib/setup-bazel@0.12.1
22+
- uses: bazel-contrib/setup-bazel@0.14.0
2323
with:
2424
repository-cache: true
2525
bazelrc: common --announce_rc --color=yes --enable_workspace

0 commit comments

Comments
 (0)