diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2e743d..31ca8e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,11 +69,11 @@ jobs: with: egress-policy: audit # cannot be block - runner does git checkout - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.0.0 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0 - - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ~/.cache/bazel key: bazel-${{ runner.os }}