Skip to content

Commit 3d2910c

Browse files
build(deps): bump bufbuild/buf-setup-action from 1.5.0 to 1.15.0
Dependabot couldn't find the original pull request head commit, 393d56d.
1 parent 282c474 commit 3d2910c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buf-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: bufbuild/buf-setup-action@v1.13.1
13+
- uses: bufbuild/buf-setup-action@v1.15.0
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}
1616
- uses: bufbuild/buf-lint-action@v1

.github/workflows/buf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: bufbuild/buf-setup-action@v1.13.1
12+
- uses: bufbuild/buf-setup-action@v1.15.0
1313
with:
1414
github_token: ${{ secrets.GITHUB_TOKEN }}
1515
- uses: bufbuild/buf-lint-action@v1

0 commit comments

Comments
 (0)