We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout@v4
1 parent 3218e97 commit d72d981Copy full SHA for d72d981
.github/workflows/format.yml
@@ -16,6 +16,6 @@ jobs:
16
override: true
17
components: rustfmt
18
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: Run rustfmt
21
run: cargo fmt --check
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
- ''
22
- '--all-features'
23
steps:
24
25
- name: Cache cargo registry
26
uses: actions/cache@v1
27
with:
0 commit comments