Skip to content

Commit

Permalink
Bump protobuf version to 28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie committed Nov 21, 2024
1 parent 8281e6b commit bf68a5f
Show file tree
Hide file tree
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]
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down
Loading

0 comments on commit bf68a5f

Please sign in to comment.