-
Notifications
You must be signed in to change notification settings - Fork 1
Commit c5a2413
authored
Update bazel-contrib/setup-bazel action to v0.15.0 (#5)
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.9.1` -> `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
[@​actions/cache](https://redirect.github.com/actions/cache) to
v4.0.2 by [@​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
[@​actions/cache](https://redirect.github.com/actions/cache) to
v4.0.3 by [@​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
[@​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 [@​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
[@​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
[@​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
- [@​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)
- [@​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
###
[`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
[@​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
[@​actions/cache](https://redirect.github.com/actions/cache) to
v4.0.1 by [@​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
[@​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
- [@​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
[@​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**:
bazel-contrib/setup-bazel@0.12.1...0.13.0
###
[`v0.12.1`](https://redirect.github.com/bazel-contrib/setup-bazel/releases/tag/0.12.1)
[Compare
Source](https://redirect.github.com/bazel-contrib/setup-bazel/compare/0.12.0...0.12.1)
#### What's Changed
- Fix regression with missing token by
[@​p0deje](https://redirect.github.com/p0deje) in
[https://github.com/bazel-contrib/setup-bazel/pull/60](https://redirect.github.com/bazel-contrib/setup-bazel/pull/60)
**Full Changelog**:
bazel-contrib/setup-bazel@0.12.0...0.12.1
###
[`v0.12.0`](https://redirect.github.com/bazel-contrib/setup-bazel/releases/tag/0.12.0)
[Compare
Source](https://redirect.github.com/bazel-contrib/setup-bazel/compare/0.11.0...0.12.0)
#### What's Changed
- Enable caches for all Bazel commands, not just build-related ones. by
[@​phst](https://redirect.github.com/phst) in
[https://github.com/bazel-contrib/setup-bazel/pull/56](https://redirect.github.com/bazel-contrib/setup-bazel/pull/56)
#### New Contributors
- [@​phst](https://redirect.github.com/phst) made their first
contribution in
[https://github.com/bazel-contrib/setup-bazel/pull/56](https://redirect.github.com/bazel-contrib/setup-bazel/pull/56)
**Full Changelog**:
bazel-contrib/setup-bazel@0.11.0...0.12.0
###
[`v0.11.0`](https://redirect.github.com/bazel-contrib/setup-bazel/releases/tag/0.11.0)
[Compare
Source](https://redirect.github.com/bazel-contrib/setup-bazel/compare/0.10.0...0.11.0)
#### What's Changed
- Update dependency yaml to v2.7.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/bazel-contrib/setup-bazel/pull/55](https://redirect.github.com/bazel-contrib/setup-bazel/pull/55)
- Export `BAZELISK_GITHUB_TOKEN` variable by
[@​p0deje](https://redirect.github.com/p0deje) in
[https://github.com/bazel-contrib/setup-bazel/pull/58](https://redirect.github.com/bazel-contrib/setup-bazel/pull/58)
**Full Changelog**:
bazel-contrib/setup-bazel@0.10.0...0.11.0
###
[`v0.10.0`](https://redirect.github.com/bazel-contrib/setup-bazel/releases/tag/0.10.0)
[Compare
Source](https://redirect.github.com/bazel-contrib/setup-bazel/compare/0.9.1...0.10.0)
#### What's Changed
- Update dependency
[@​actions/cache](https://redirect.github.com/actions/cache) to
v3.3.0 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/bazel-contrib/setup-bazel/pull/49](https://redirect.github.com/bazel-contrib/setup-bazel/pull/49)
- Update dependency
[@​vercel/ncc](https://redirect.github.com/vercel/ncc) to v0.38.3
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/bazel-contrib/setup-bazel/pull/50](https://redirect.github.com/bazel-contrib/setup-bazel/pull/50)
- Update dependency yaml to v2.6.1 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/bazel-contrib/setup-bazel/pull/51](https://redirect.github.com/bazel-contrib/setup-bazel/pull/51)
- Update Node.js to v22.12.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/bazel-contrib/setup-bazel/pull/52](https://redirect.github.com/bazel-contrib/setup-bazel/pull/52)
- Update dependency
[@​actions/cache](https://redirect.github.com/actions/cache) to v4
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/bazel-contrib/setup-bazel/pull/53](https://redirect.github.com/bazel-contrib/setup-bazel/pull/53)
- Allow changing output base path by
[@​p0deje](https://redirect.github.com/p0deje) in
[https://github.com/bazel-contrib/setup-bazel/pull/48](https://redirect.github.com/bazel-contrib/setup-bazel/pull/48)
**Full Changelog**:
bazel-contrib/setup-bazel@0.9.1...0.10.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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMzMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Co-authored-by: renovate-thm[bot] <139569419+renovate-thm[bot]@users.noreply.github.com>1 parent 1b2b562 commit c5a2413Copy full SHA for c5a2413
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments