chore(deps): update bazel-contrib/.github action to v5 (#23) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel-contrib/.github](https://togithub.com/bazel-contrib/.github) | action | major | `v3` -> `v5` | --- ### Release Notes <details> <summary>bazel-contrib/.github (bazel-contrib/.github)</summary> ### [`v5`](https://togithub.com/bazel-contrib/.github/compare/v4...v5) [Compare Source](https://togithub.com/bazel-contrib/.github/compare/v4...v5) ### [`v4`](https://togithub.com/bazel-contrib/.github/compare/v3...v4) [Compare Source](https://togithub.com/bazel-contrib/.github/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: 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 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/bazel_features). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy44MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa60b87..b542376 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml
@@ -17,6 +17,6 @@ jobs: test: - uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v3 + uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v5 with: folders: '["."]'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fa1495..490df7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs: release: - uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v3 + uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v5 with: release_files: bazel_features-*.tar.gz prerelease: false