Skip to content

Commit

Permalink
Bump bufbuild/buf-setup-action from 1.25.0 to 1.27.2 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent a18b769 commit eaa5c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.25.0
- uses: bufbuild/buf-setup-action@v1.27.2
with:
github_token: ${{ github.token }}
- uses: bufbuild/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v4
# Install the `buf` CLI
- name: Setup
uses: bufbuild/buf-setup-action@v1.25.0
uses: bufbuild/buf-setup-action@v1.27.2
with:
github_token: ${{ github.token }}
# Lint the Buf module in the `github-actions` directory
Expand Down

0 comments on commit eaa5c82

Please sign in to comment.