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