Skip to content

Commit

Permalink
build(deps): bump bufbuild/buf-setup-action from 1.5.0 to 1.15.0
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 393d56d.
  • Loading branch information
dependabot[bot] authored Mar 7, 2023
1 parent 282c474 commit 3d2910c
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-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.13.1
- uses: bufbuild/buf-setup-action@v1.15.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: bufbuild/buf-lint-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.13.1
- uses: bufbuild/buf-setup-action@v1.15.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: bufbuild/buf-lint-action@v1
Expand Down

0 comments on commit 3d2910c

Please sign in to comment.