We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36effb1 + ef45040 commit ef53892Copy full SHA for ef53892
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
21
22
- name: Install Protoc for the gRPC extension
23
- uses: arduino/setup-protoc@f4d5893b897028ff5739576ea0409746887fa536 # v3
+ uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3
24
25
- name: Install Rust
26
uses: ./.github/actions/install-rust
.github/workflows/pull-request.yml
@@ -31,7 +31,7 @@ jobs:
31
cargo fmt --check
32
33
34
35
36
- name: cargo clippy
37
shell: bash
0 commit comments