diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6956046..0d6e430 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 da8099c..7352b01 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: