mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +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:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user