Skip to content

Commit d3e831c

Browse files
Update bazel-contrib/setup-bazel action to v0.15.0 (#93)
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.14.0` -> `0.15.0` | --- ### Release Notes <details> <summary>bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)</summary> ### [`v0.15.0`](https://redirect.github.com/bazel-contrib/setup-bazel/releases/tag/0.15.0) [Compare Source](https://redirect.github.com/bazel-contrib/setup-bazel/compare/0.14.0...0.15.0) #### What's Changed - Update dependency [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v4.0.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/70](https://redirect.github.com/bazel-contrib/setup-bazel/pull/70) - Update dependency [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v4.0.3 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/bazel-contrib/setup-bazel/pull/74](https://redirect.github.com/bazel-contrib/setup-bazel/pull/74) - Update actions/cache version to 4.2.2 to resolve caching warning by [@&#8203;yx-altera](https://redirect.github.com/yx-altera) in [https://github.com/bazel-contrib/setup-bazel/pull/79](https://redirect.github.com/bazel-contrib/setup-bazel/pull/79) - Revert "Update actions/cache version to 4.2.2 to resolve caching warning" by [@&#8203;p0deje](https://redirect.github.com/p0deje) in [https://github.com/bazel-contrib/setup-bazel/pull/80](https://redirect.github.com/bazel-contrib/setup-bazel/pull/80) - add .exe on windows by [@&#8203;kekxv](https://redirect.github.com/kekxv) in [https://github.com/bazel-contrib/setup-bazel/pull/83](https://redirect.github.com/bazel-contrib/setup-bazel/pull/83) - Co-locate Bazel output base with workspace by [@&#8203;p0deje](https://redirect.github.com/p0deje) in [https://github.com/bazel-contrib/setup-bazel/pull/82](https://redirect.github.com/bazel-contrib/setup-bazel/pull/82) #### New Contributors - [@&#8203;yx-altera](https://redirect.github.com/yx-altera) made their first contribution in [https://github.com/bazel-contrib/setup-bazel/pull/79](https://redirect.github.com/bazel-contrib/setup-bazel/pull/79) - [@&#8203;kekxv](https://redirect.github.com/kekxv) made their first contribution in [https://github.com/bazel-contrib/setup-bazel/pull/83](https://redirect.github.com/bazel-contrib/setup-bazel/pull/83) **Full Changelog**: bazel-contrib/setup-bazel@0.14.0...0.15.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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy4wIiwidXBkYXRlZEluVmVyIjoiNDAuMzMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent da53ac1 commit d3e831c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)