Skip to content

Commit

Permalink
Update protoc install action in push_release.yml to match tests (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 committed Apr 6, 2022
1 parent e0c87be commit 5fb248a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
poetry-version: 1.1.5

- name: Install Protoc
uses: arduino/setup-protoc@master
uses: arduino/setup-protoc@v1
with:
version: '3.19.4'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache Python dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 5fb248a

Please sign in to comment.