We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout
1 parent 7c00946 commit b682bc1Copy full SHA for b682bc1
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
cargo install cargo-deadlinks
34
35
- name: Checkout repository
36
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
37
38
- name: Check everything
39
run: bash ./tools/check.sh basic doc_url_links unused_deps packaging fmt toml_fmt readme
@@ -56,7 +56,7 @@ jobs:
56
run: cargo install cargo-msrv
57
58
59
60
61
- name: Check the minimum supported rust version
62
run: bash ./tools/check.sh msrv
@@ -71,7 +71,7 @@ jobs:
71
components: clippy
72
73
74
75
76
- name: Run clippy
77
run: bash ./tools/check.sh clippy
0 commit comments