From 61a3c8e848be1475c20f0a6113c8aa8f150abb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:09:28 +0000 Subject: [PATCH] build(deps): bump arduino/setup-protoc from 1 to 3 Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1 to 3. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](https://github.com/arduino/setup-protoc/compare/v1...v3) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index aaa207342..d0b6053ae 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -48,7 +48,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: version: '3.17.3' - name: install dependencies @@ -76,7 +76,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: version: '3.17.3' - name: install dependencies