Setup Bazel environment
Version updated for https://github.com/bazel-contrib/setup-bazel to version 0.18.0.
- This action is used across all versions by 770 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-bazel GitHub Action automates the setup and configuration of Bazelisk and Bazel across different operating systems, ensuring efficient and consistent builds in CI/CD workflows. It provides advanced caching mechanisms to optimize performance by reducing redundant downloads and enabling shared or workflow-specific build caches. This action simplifies Bazel integration, improves build speeds, and supports fine-grained caching for external repositories and build artifacts.
Release notes
What’s Changed
- allow saving cache to be optional by @titusfortner in https://github.com/bazel-contrib/setup-bazel/pull/131
- fix: Add post-if !cancelled() condition by @vorburger in https://github.com/bazel-contrib/setup-bazel/pull/128
New Contributors
- @titusfortner made their first contribution in https://github.com/bazel-contrib/setup-bazel/pull/131
Full Changelog: https://github.com/bazel-contrib/setup-bazel/compare/0.17.0...0.18.0