We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5f10a commit 4d668d7Copy full SHA for 4d668d7
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: Setup Rust Toolchain
23
uses: actions-rust-lang/setup-rust-toolchain@v1
24
- name: Check formatting
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
25
26
27
28
29
30
0 commit comments