From 844c2fdd3360479101cb3560e585040d5c497796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:13:30 -0600 Subject: [PATCH] Bump arduino/setup-protoc from 1 to 3 (#3362) * 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] * does this work? * this? * removed pinned version of arduino/setup-protoc@v1 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jennie Pham --- .github/workflows/ci.yml | 3 +-- .github/workflows/dependabot_serverless_gomod.yml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7cb1f0f714..0078d777e84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,9 +194,8 @@ jobs: uses: actions/checkout@v3 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: - version: '3.11.2' repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Check vendor diff --git a/.github/workflows/dependabot_serverless_gomod.yml b/.github/workflows/dependabot_serverless_gomod.yml index 18eef57d854..114f03cb96e 100644 --- a/.github/workflows/dependabot_serverless_gomod.yml +++ b/.github/workflows/dependabot_serverless_gomod.yml @@ -1,4 +1,4 @@ -name: Dependabot serverless gomod update +name: Dependabot on: pull_request # NOTE: For this job, we are unable to use the GITHUB_TOKEN from the action @@ -11,6 +11,7 @@ on: pull_request jobs: dependabot: + name: Serverless gomod update runs-on: ubuntu-latest if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} steps: @@ -23,7 +24,6 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - token: ${{ secrets.GH_BOT_ACCESS_TOKEN }} - name: Update serverless gomod run: make -C cmd/tempo-serverless update-mod