Pin setup-protoc to v2.0.0

This commit is contained in:
Luke Parker 2023-06-28 12:28:11 -04:00
parent 385ed2e97a
commit 21f0bb2721
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@master
uses: arduino/setup-protoc@v2.0.0
with:
repo-token: ${{ inputs.github-token }}