mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Pin setup-protoc to v2.0.0
This commit is contained in:
parent
385ed2e97a
commit
21f0bb2721
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- name: Install Protobuf
|
||||
uses: arduino/setup-protoc@master
|
||||
uses: arduino/setup-protoc@v2.0.0
|
||||
with:
|
||||
repo-token: ${{ inputs.github-token }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue