From 1b563c5f2ab6740a0de3890e11152a74199af27a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 3 Feb 2026 18:36:45 +0000 Subject: [PATCH] chore(all): update deps --- .bazelversion | 2 +- .github/workflows/bazel.yml | 4 ++-- .github/workflows/linter.yml | 2 +- .github/workflows/typo.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bazelversion b/.bazelversion index a2f28f4..f7ee066 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -8.4.0 +9.0.0 diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index a37c08a..9b88ca6 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -17,12 +17,12 @@ jobs: contents: read actions: write steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: submodules: recursive persist-credentials: false - name: Mount bazel cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: "~/.cache/bazel" key: bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }} diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a3a9b27..5a44c46 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/typo.yml b/.github/workflows/typo.yml index 0b12eb7..57cbf9c 100644 --- a/.github/workflows/typo.yml +++ b/.github/workflows/typo.yml @@ -29,7 +29,7 @@ jobs: contents: read steps: - name: Checkout Code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 persist-credentials: false