diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5254a89..3ef2bb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: os: [ ubuntu-24.04, macos-14 ] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: bazel --version - name: Test run: make test