Skip to content

Commit ef53892

Browse files
authored
Merge pull request #171 from grafbase/fix-renovate
fix renovate
2 parents 36effb1 + ef45040 commit ef53892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
2121

2222
- name: Install Protoc for the gRPC extension
23-
uses: arduino/setup-protoc@f4d5893b897028ff5739576ea0409746887fa536 # v3
23+
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3
2424

2525
- name: Install Rust
2626
uses: ./.github/actions/install-rust

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cargo fmt --check
3232
3333
- name: Install Protoc for the gRPC extension
34-
uses: arduino/setup-protoc@f4d5893b897028ff5739576ea0409746887fa536 # v3
34+
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3
3535

3636
- name: cargo clippy
3737
shell: bash

0 commit comments

Comments
 (0)