From 1dd03d762f825c7e1776aee5bdf8deebed6d1b95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:45:12 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/.github action to v4 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa60b87..26510d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,6 @@ concurrency: jobs: test: - uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v3 + uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v4 with: folders: '["."]' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fa1495..302f55d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: jobs: release: - uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v3 + uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v4 with: release_files: bazel_features-*.tar.gz prerelease: false