Skip to content

Commit 5048681

Browse files
chore: use managed action for setup-protoc (#29)
* `arduino/setup-protoc`
1 parent a88786d commit 5048681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout
4848
uses: actions/checkout@v4
4949
- name: Install Protoc
50-
uses: arduino/setup-protoc@v3
50+
uses: step-security/setup-protoc@v3
5151
with:
5252
repo-token: ${{ secrets.GITHUB_TOKEN }}
5353
- name: Setup Rust toolchain

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434
- name: Install Protoc
35-
uses: arduino/setup-protoc@v3
35+
uses: step-security/setup-protoc@v3
3636
with:
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
3838
- name: Setup Rust toolchain

0 commit comments

Comments
 (0)