diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8cba60e..c32e3be6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: USE_BAZEL_VERSION: ${{ matrix.bazel-version }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Mount Bazel cache uses: actions/cache@v4 with: