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

Skip to content

Commit 944b1c9

Browse files
build(deps): bump arduino/setup-protoc from 1 to 2 (apache#452)
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1 to 2. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](arduino/setup-protoc@v1...v2) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc62aaf commit 944b1c9

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@v1
77+
uses: arduino/setup-protoc@v2
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@v1
138+
uses: arduino/setup-protoc@v2
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@v1
41+
uses: arduino/setup-protoc@v2
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@v1
56+
uses: arduino/setup-protoc@v2
5757
with:
5858
version: '3.x'
5959
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
0