diff --git a/.github/workflows/bazel_example.yml b/.github/workflows/bazel_example.yml index 225a6d75..cb81902f 100644 --- a/.github/workflows/bazel_example.yml +++ b/.github/workflows/bazel_example.yml @@ -19,7 +19,7 @@ jobs: - name: Bazel File Cache Setup id: cache-bazel - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-bazel-20210105-${{ secrets.CACHE_VERSION }}