Skip to content

Commit

Permalink
ci: bump arduino/[email protected] ot v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 8, 2024
1 parent 8eb72ec commit 8d4fc9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
override: true

- name: Setup protoc
uses: arduino/setup-protoc@v1.1.2
uses: arduino/setup-protoc@v3.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
components: rustfmt

- name: Setup protoc
uses: arduino/setup-protoc@v1.1.2
uses: arduino/setup-protoc@v3.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -45,7 +45,7 @@ jobs:
components: clippy

- name: Setup protoc
uses: arduino/setup-protoc@v1.1.2
uses: arduino/setup-protoc@v3.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
override: true

- name: Setup protoc
uses: arduino/setup-protoc@v1.1.2
uses: arduino/setup-protoc@v3.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8d4fc9f

Please sign in to comment.