Skip to content

Commit

Permalink
Bump arduino/setup-protoc from 1 to 3 (#3362)
Browse files Browse the repository at this point in the history
* 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](arduino/setup-protoc@v1...v3)

---
updated-dependencies:
- dependency-name: arduino/setup-protoc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* does this work?

* this?

* removed pinned version of arduino/setup-protoc@v1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jennie Pham <[email protected]>
  • Loading branch information
dependabot[bot] and ie-pham authored Feb 8, 2024
1 parent e9ddb63 commit 844c2fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot_serverless_gomod.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 844c2fd

Please sign in to comment.