From 667229520bf1a8f967fb819c1be781d1690817f7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 18 Jun 2026 21:49:57 +0000 Subject: [PATCH] chore(all): update deps --- .bazelversion | 2 +- .github/workflows/ci-cpp-build-gnoi.yml | 2 +- .github/workflows/linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bazelversion b/.bazelversion index e7fdef7e..44931da2 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -8.4.2 +9.1.1 diff --git a/.github/workflows/ci-cpp-build-gnoi.yml b/.github/workflows/ci-cpp-build-gnoi.yml index 9bf176d1..12a4afe6 100644 --- a/.github/workflows/ci-cpp-build-gnoi.yml +++ b/.github/workflows/ci-cpp-build-gnoi.yml @@ -14,7 +14,7 @@ jobs: env: BAZEL: bazelisk-linux-amd64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive - name: Setup Bazel diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b7a598bf..24a474bd 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0