We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375148d commit 95daf78Copy full SHA for 95daf78
1 file changed
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
override: true
34
profile: ${{matrix.os.profile_rustup}}
35
- uses: davidB/rust-cargo-make@v1
36
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
37
- name: Run tests
38
run: |
39
cargo make --profile "${{matrix.os.profile_ci_flow}}" ci-flow
0 commit comments