From ea7284da96473377e713245a6774658814e72b78 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 29 Jun 2026 05:27:35 +0000 Subject: [PATCH] chore(all): update deps --- .bazelversion | 2 +- .github/workflows/bazel.yml | 4 ++-- .github/workflows/go.yml | 6 +++--- .github/workflows/linter.yml | 2 +- .github/workflows/typo.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bazelversion b/.bazelversion index df5119ec..44931da2 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -8.7.0 +9.1.1 diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 7ed3d5ab..cc5a0daa 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -31,12 +31,12 @@ jobs: contents: read actions: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: submodules: recursive persist-credentials: false - name: Mount bazel cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: "~/.cache/bazel" key: bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b6f772c8..3bfcd0f8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,7 @@ jobs: env: GOTOOLCHAIN: "go${{ matrix.go }}" steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - name: Set up Go ${{ matrix.go }} @@ -46,7 +46,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - name: Set up Go @@ -66,7 +66,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false - name: Install Go diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7bfa4297..842d080c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -37,7 +37,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/typo.yml b/.github/workflows/typo.yml index 525d8731..5768b93f 100644 --- a/.github/workflows/typo.yml +++ b/.github/workflows/typo.yml @@ -28,7 +28,7 @@ jobs: contents: read steps: - name: Checkout Code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 0 persist-credentials: false