Skip to content

Commit

Permalink
Pin setup-protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Soltis authored and Greg Soltis committed May 31, 2023
1 parent cb178cf commit 170f894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ runs:
- name: Set Up Protoc
id: set-up-protoc
continue-on-error: true
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v1.2.0
with:
version: "3.x"
repo-token: ${{ inputs.github-token }}

- name: Set Up Protoc (second try)
if: steps.set-up-protoc.outcome == 'failure'
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v1.2.0
with:
version: "3.x"
repo-token: ${{ inputs.github-token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/turborepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
run: ${{ matrix.settings.container-setup }}

- name: Setup Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v1.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 170f894

Please sign in to comment.