fix: separate context (#929)

* fix: separate context

* chore: comments

* chore: generate

* chore: gen

* chore: update protoc 28.2
This commit is contained in:
Gabe Ruttner
2024-10-02 07:53:51 -07:00
committed by GitHub
parent 15ff36bd3a
commit 5fcf5eff6a
8 changed files with 43 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "28.1"
version: "28.2"
- name: Install Task
uses: arduino/setup-task@v2