diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4524e9f..5254a89 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@v4 + - uses: actions/checkout@v5 - run: bazel --version - name: Test run: make test