Skip to content

Commit

Permalink
ci: bump arduino/setup-protoc from 1 to 3
Browse files Browse the repository at this point in the history
Closes apache#578
  • Loading branch information
Michael-J-Ward committed Jun 6, 2024
1 parent c70f61a commit 596cebd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
path: .

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: "3.20.2"
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
path: .

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: "3.20.2"
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: "3.11"

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: '3.20.2'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
override: true

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: '3.20.2'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 596cebd

Please sign in to comment.