diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9178750..ee820ed 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@v4 + - uses: actions/checkout@v5 - name: Run tests run: | cargo make --profile "${{matrix.os.profile_ci_flow}}" ci-flow