diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 80c1862..8b12f4c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.2 - name: Cache Bazel - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-format-${{ hashFiles('**/*.bazel', '**/BUILD', '**/*.bzl') }}