diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 071f778..0eabd72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: matrix: mode: [plain, thread, address] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run host tests run: | if [ "${{ matrix.mode }}" = "plain" ]; then