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.
2 parents 63a4b70 + 793f574 commit 8ee39deCopy full SHA for 8ee39de
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
16
- name: Install Rust
17
uses: actions-rs/toolchain@v1
18
with:
.github/workflows/fmt.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
- name: Checkout source
11
- name: Run rustfmt check
run: |
rustup component add rustfmt
0 commit comments