Skip to content

Commit

Permalink
Revert "build(deps): bump arduino/setup-protoc from 1 to 2 (apache#452)"
Browse files Browse the repository at this point in the history
This reverts commit 944b1c9.
  • Loading branch information
viirya committed Sep 7, 2023
1 parent 944b1c9 commit 9911440
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 @@ -74,7 +74,7 @@ jobs:
path: .

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

- name: Install Protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v1
with:
version: "3.x"
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 @@ -38,7 +38,7 @@ jobs:
python-version: "3.10"

- name: Install Protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v1
with:
version: '3.x'
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 @@ -53,7 +53,7 @@ jobs:
override: true

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

0 comments on commit 9911440

Please sign in to comment.