Skip to content

Commit

Permalink
Bump protobuf version in CI to 28.3 (#177)
Browse files Browse the repository at this point in the history
& regenerate pb-jelly-gen
  • Loading branch information
goffrie authored Nov 21, 2024
1 parent b8b51c5 commit 746510f
Showing 2 changed files with 6,430 additions and 3,020 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

env:
PROTOBUF_VER: 3.17.3
PROTOBUF_VER: 28.3

# Run on git push, PR, or manually from the Actions tab
on: [push, pull_request, workflow_dispatch, merge_group]
@@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v2
- run: rustup update nightly
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: ${{env.PROTOBUF_VER}}
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v2
- run: rustup update nightly
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: ${{env.PROTOBUF_VER}}
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v2
- run: rustup update nightly
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: ${{env.PROTOBUF_VER}}
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
- run: rustup update nightly
- run: rustup component add clippy --toolchain nightly
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: ${{env.PROTOBUF_VER}}
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -127,7 +127,7 @@ jobs:
- run: rustup update nightly
- run: rustup component add clippy --toolchain nightly
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: ${{env.PROTOBUF_VER}}
repo-token: ${{ secrets.GITHUB_TOKEN }}
Loading
Oops, something went wrong.

0 comments on commit 746510f

Please sign in to comment.