diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee820ed..8bd498c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: override: true profile: ${{matrix.os.profile_rustup}} - uses: davidB/rust-cargo-make@v1 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run tests run: | cargo make --profile "${{matrix.os.profile_ci_flow}}" ci-flow