Skip to content

Commit 76d25e5

Browse files
chore: use managed actions for certain workflows (#1210)
* `arduino/setup-protoc` * `katyo/publish-crates`
1 parent 10893c2 commit 76d25e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Checkout
101101
uses: actions/checkout@v4
102102
- name: Install Protoc
103-
uses: arduino/setup-protoc@v3
103+
uses: step-security/setup-protoc@v3
104104
with:
105105
repo-token: ${{ secrets.GITHUB_TOKEN }}
106106
- name: Setup Node

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
cache-workspaces: "code"
2020
- name: Publish crates
21-
uses: katyo/publish-crates@v2
21+
uses: step-security/publish-crates@v2
2222
with:
2323
registry-token: ${{ secrets.CRATES_TOKEN }}
2424
path: code

0 commit comments

Comments
 (0)