Skip to content

Commit

Permalink
Merge pull request #3 from mattclement/bump_deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mattclement authored May 11, 2023
2 parents 9d3691a + 74f71ca commit 10db0b8
Show file tree
Hide file tree
Showing 11 changed files with 1,394 additions and 820 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Protoc
uses: arduino/setup-protoc@v1

- uses: actions/cache@v3
with:
path: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
os: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Protoc
uses: arduino/setup-protoc@v1

- uses: actions/cache@v3
with:
path: |
Expand Down
Loading

0 comments on commit 10db0b8

Please sign in to comment.