Skip to content

Commit

Permalink
chore(deps): update bufbuild/buf-setup-action action to v1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 45c5cb4 commit 0381469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: stable

- uses: bufbuild/buf-setup-action@v1.47.2
- uses: bufbuild/buf-setup-action@v1.48.0
- run: buf generate

- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: go version

- name: Run Buf
uses: bufbuild/buf-setup-action@v1.47.2
uses: bufbuild/buf-setup-action@v1.48.0
- run: |
buf --version
buf generate
Expand Down

0 comments on commit 0381469

Please sign in to comment.