diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df2109d..53e1ce7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: platform: [ubuntu-24.04, macos-14] runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: make - run: make dist - run: make test