Skip to content

Commit

Permalink
Update prococ version to avoid rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendalRaoul committed Mar 7, 2023
1 parent c627a8b commit 11035a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
run: echo "PROTO_FOLDER=backend-apis/gateway_to_backend/protocol_buffers_files" >> $GITHUB_ENV

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v1.1.2
with:
version: '3.20.3'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate proto files
run: |
Expand Down

0 comments on commit 11035a4

Please sign in to comment.