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 d5c858a + ea22842 commit 859eff3Copy full SHA for 859eff3
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
formatting:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- name: Install Rust stable
18
uses: actions-rs/toolchain@v1
19
with:
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Install dependencies
51
run: sudo apt-get -y install protobuf-compiler
52
53
- name: Install Rust ${{ matrix.rust }}
54
55
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
RUST_BACKTRACE: full
28
RUSTV: stable
29
30
31
- name: Install Rust
32
id: rust
33
0 commit comments