From e94a30ddd5ee11c7ab774a0fa5dbd6fd880d33fd Mon Sep 17 00:00:00 2001 From: "renovate-thm[bot]" <139569419+renovate-thm[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:38:49 +0000 Subject: [PATCH] Update bazel-contrib/.github action to v7 --- .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 0a5152c..e725ef2 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@v6 + uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7 with: folders: | [ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7352b01..42a10b4 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@v6 + uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7 permissions: contents: write with: