From dd436e2879a73af86326898318a67b38d851b22c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:16:39 +0000 Subject: [PATCH] Bump arduino/setup-protoc from 2.0.0 to 3.0.0 Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](https://github.com/arduino/setup-protoc/compare/9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9...c65c819552d16ad3c9b72d9dfd5ba5237b9c906b) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/evm.yml | 2 +- .github/workflows/generic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/evm.yml b/.github/workflows/evm.yml index 4c0240d3..f2bfcc31 100644 --- a/.github/workflows/evm.yml +++ b/.github/workflows/evm.yml @@ -66,7 +66,7 @@ jobs: uses: mozilla-actions/sccache-action@v0.0.4 - name: Install Protoc - uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9 # v2.0.0 + uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/generic.yml b/.github/workflows/generic.yml index cfaed75d..d66290fa 100644 --- a/.github/workflows/generic.yml +++ b/.github/workflows/generic.yml @@ -66,7 +66,7 @@ jobs: uses: mozilla-actions/sccache-action@v0.0.4 - name: Install Protoc - uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9 # v2.0.0 + uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }}