diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6497f52..bc9d7af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache Bazel uses: actions/cache@v5