Skip to content

Commit

Permalink
Bump bufbuild/buf-setup-action from 1.35.1 to 1.38.0
Browse files Browse the repository at this point in the history
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.35.1 to 1.38.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.35.1...v1.38.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 08a3427 commit 6b97ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
submodules: recursive

- name: Install buf
uses: bufbuild/buf-setup-action@v1.35.1
uses: bufbuild/buf-setup-action@v1.38.0

- name: Run E2E Tests
run: AVALANCHEGO_BUILD_PATH=/tmp/e2e-test/avalanchego DATA_DIR=/tmp/e2e-test/data ./scripts/e2e_test.sh
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version-file: 'go.mod'

- name: Install buf
uses: bufbuild/buf-setup-action@v1.35.1
uses: bufbuild/buf-setup-action@v1.38.0

- name: Run Lint
run: ./scripts/lint.sh --go-lint
Expand Down

0 comments on commit 6b97ece

Please sign in to comment.