This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new b4d383b Revert "build(deps): bump arduino/setup-protoc from 1 to 2
(#452)" (#474)
b4d383b is described below
commit b4d383b5f85128f7f61e533c2f8d09f053189eb5
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Fri Sep 8 06:37:20 2023 -0700
Revert "build(deps): bump arduino/setup-protoc from 1 to 2 (#452)" (#474)
This reverts commit 944b1c98343aeae3dd6d2d82525a27068d5fb12d.
---
.github/workflows/build.yml | 4 ++--
.github/workflows/docs.yaml | 2 +-
.github/workflows/test.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 199487d..e72c480 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 }}
@@ -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 }}
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index d538381..d9e7ad4 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -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 }}
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 079fb44..f672c81 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -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 }}