mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
Use arduino/setup-protoc@master instead of the tagged v1
The tag is ancient and uses the now-deprecated NodeJS v12. master uses 16.
This commit is contained in:
parent
ea7c281a47
commit
422a562c78
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- name: Install Protobuf
|
||||
uses: arduino/setup-protoc@v1
|
||||
uses: arduino/setup-protoc@master
|
||||
with:
|
||||
repo-token: ${{ inputs.github-token }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue