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:
Luke Parker 2023-01-10 00:32:35 -05:00
parent ea7c281a47
commit 422a562c78
No known key found for this signature in database

View file

@ -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 }}