We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9a58b commit e600467Copy full SHA for e600467
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Set up Rust
21
uses: actions-rs/toolchain@v1
22
with:
@@ -36,7 +36,7 @@ jobs:
36
name: Typos Check
37
runs-on: ubuntu-latest
38
39
40
- uses: crate-ci/typos@master
41
42
config: ./.config/_typos.toml
.github/workflows/docs.yml
@@ -8,7 +8,7 @@ jobs:
8
docs:
9
10
11
12
- name: Setup Rust
13
14
0 commit comments