8000 Revert "build(deps): bump arduino/setup-protoc from 1 to 2 (#452)" (#… · Bernolt/arrow-datafusion-python@b4d383b · GitHub
[go: up one dir, main page]

Skip to content

Commit b4d383b

Browse files
authored
Revert "build(deps): bump arduino/setup-protoc from 1 to 2 (apache#452)" (apache#474)
This reverts commit 944b1c9.
1 parent 944b1c9 commit b4d383b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
path: .
7575

7676
- name: Install Protoc
77-
uses: arduino/setup-protoc@v2
77+
uses: arduino/setup-protoc@v1
7878
with:
7979
version: "3.x"
8080
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -135,7 +135,7 @@ jobs:
135135
path: .
136136

137137
- name: Install Protoc
138-
uses: arduino/setup-protoc@v2
138+
uses: arduino/setup-protoc@v1
139139
with:
140140
version: "3.x"
141141
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: "3.10"
3939

4040
- name: Install Protoc
41-
uses: arduino/setup-protoc@v2
41+
uses: arduino/setup-protoc@v1
4242
with:
4343
version: '3.x'
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
override: true
5454

5555
- name: Install Protoc
56-
uses: arduino/setup-protoc@v2
56+
uses: arduino/setup-protoc@v1
5757
with:
5858
version: '3.x'
5959
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
0