Skip to content

Commit d47c9d4

Browse files
Update bazel-contrib/setup-bazel action to v0.19.0 (#90)
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.18.0` → `0.19.0` | --- ### Release Notes <details> <summary>bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)</summary> ### [`v0.19.0`](https://redirect.github.com/bazel-contrib/setup-bazel/releases/tag/0.19.0) [Compare Source](https://redirect.github.com/bazel-contrib/setup-bazel/compare/0.18.0...0.19.0) #### What's Changed - chore(deps): update node.js to v24.13.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;132](https://redirect.github.com/bazel-contrib/setup-bazel/pull/132) - chore(deps): update dependency [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v5.0.3 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;133](https://redirect.github.com/bazel-contrib/setup-bazel/pull/133) - fix(deps): update dependency [@&#8203;actions/github](https://redirect.github.com/actions/github) to v8 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;134](https://redirect.github.com/bazel-contrib/setup-bazel/pull/134) - fix(deps): update dependency [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v6 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;144](https://redirect.github.com/bazel-contrib/setup-bazel/pull/144) - fix(deps): update dependency [@&#8203;actions/glob](https://redirect.github.com/actions/glob) to ^0.6.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;142](https://redirect.github.com/bazel-contrib/setup-bazel/pull/142) - chore(deps): update dependency [@&#8203;actions/tool-cache](https://redirect.github.com/actions/tool-cache) to v3.0.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;139](https://redirect.github.com/bazel-contrib/setup-bazel/pull/139) - fix(deps): update dependency [@&#8203;actions/github](https://redirect.github.com/actions/github) to v9 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;140](https://redirect.github.com/bazel-contrib/setup-bazel/pull/140) - fix(deps): update dependency [@&#8203;actions/core](https://redirect.github.com/actions/core) to v3 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;141](https://redirect.github.com/bazel-contrib/setup-bazel/pull/141) - fix(deps): update dependency [@&#8203;actions/tool-cache](https://redirect.github.com/actions/tool-cache) to v4 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;143](https://redirect.github.com/bazel-contrib/setup-bazel/pull/143) - chore(deps): update node.js to v24.13.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;145](https://redirect.github.com/bazel-contrib/setup-bazel/pull/145) - Fix syntax error in README.md for disk-cache by [@&#8203;nnichols](https://redirect.github.com/nnichols) in [#&#8203;146](https://redirect.github.com/bazel-contrib/setup-bazel/pull/146) - chore(deps): update node.js to v24.14.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;147](https://redirect.github.com/bazel-contrib/setup-bazel/pull/147) - Update Node version to address deprecation warning. by [@&#8203;alsutton](https://redirect.github.com/alsutton) in [#&#8203;148](https://redirect.github.com/bazel-contrib/setup-bazel/pull/148) - chore(deps): update dependency yaml to v2.8.3 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;150](https://redirect.github.com/bazel-contrib/setup-bazel/pull/150) - Migrate to ESM by [@&#8203;p0deje](https://redirect.github.com/p0deje) in [#&#8203;151](https://redirect.github.com/bazel-contrib/setup-bazel/pull/151) #### New Contributors - [@&#8203;nnichols](https://redirect.github.com/nnichols) made their first contribution in [#&#8203;146](https://redirect.github.com/bazel-contrib/setup-bazel/pull/146) - [@&#8203;alsutton](https://redirect.github.com/alsutton) made their first contribution in [#&#8203;148](https://redirect.github.com/bazel-contrib/setup-bazel/pull/148) **Full Changelog**: <bazel-contrib/setup-bazel@0.18.0...0.19.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/cpp-sdk-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuMTIzLjgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be682e2 commit d47c9d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-format-test-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: "recursive"
1616

17-
- uses: bazel-contrib/setup-bazel@0.18.0
17+
- uses: bazel-contrib/setup-bazel@0.19.0
1818
with:
1919
bazelisk-cache: true
2020
disk-cache: ${{ github.workflow }}
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
submodules: "recursive"
3535

36-
- uses: bazel-contrib/setup-bazel@0.18.0
36+
- uses: bazel-contrib/setup-bazel@0.19.0
3737
with:
3838
bazelisk-cache: true
3939
disk-cache: ${{ github.workflow }}

0 commit comments

Comments
 (0)