From 74edf0d4179239411970e3b53167920a8314b1c5 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 17 Apr 2024 20:52:22 +0000 Subject: [PATCH] Update bazel-contrib/.github action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a04da1c..53f56bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true jobs: test: - uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v5 + uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6 with: folders: | [ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e586e7..2590c9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: release: - uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v5 + uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6 permissions: contents: write with: