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.
1 parent a88786d commit 5048681Copy full SHA for 5048681
.github/workflows/lint.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Checkout
48
uses: actions/checkout@v4
49
- name: Install Protoc
50
- uses: arduino/setup-protoc@v3
+ uses: step-security/setup-protoc@v3
51
with:
52
repo-token: ${{ secrets.GITHUB_TOKEN }}
53
- name: Setup Rust toolchain
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments