From 44051676c22320129b1a214f1f1c3d16b32c5bc3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 15 Jul 2026 16:13:39 +0000 Subject: [PATCH] chore(all): update deps --- .github/workflows/basic_go.yml | 8 ++++---- .github/workflows/go.yml | 4 ++-- .github/workflows/linter.yml | 2 +- .github/workflows/proto_breaking.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/basic_go.yml b/.github/workflows/basic_go.yml index 2c623f9..6f15403 100644 --- a/.github/workflows/basic_go.yml +++ b/.github/workflows/basic_go.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -116,7 +116,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -206,7 +206,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -225,7 +225,7 @@ jobs: - name: Cache for staticcheck if: ${{ !cancelled() && !inputs.skip-staticcheck }} - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ${{ runner.temp }}/staticcheck diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7d414ff..614fad6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Set up Go @@ -109,7 +109,7 @@ jobs: contents: read steps: - name: Check out 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/linter.yml b/.github/workflows/linter.yml index e84cf8f..ee4ab0c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,7 +18,7 @@ jobs: 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/proto_breaking.yml b/.github/workflows/proto_breaking.yml index 547ce43..6ad52c8 100644 --- a/.github/workflows/proto_breaking.yml +++ b/.github/workflows/proto_breaking.yml @@ -19,7 +19,7 @@ jobs: 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 @@ -29,7 +29,7 @@ jobs: chmod +x "${BAZEL}" sudo mv "${BAZEL}" /usr/local/bin/bazel - name: Mount bazel cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: # See https://docs.bazel.build/versions/master/output_directories.html path: "~/.cache/bazel"