Skip to content

Commit 9b3ae03

Browse files
authored
Merge pull request #122 from authzed/dependabot/github_actions/github-actions-700009dc42
Bump bufbuild/buf-setup-action from 1.37.0 to 1.38.0 in the github-actions group
2 parents d9e93a1 + ce1e289 commit 9b3ae03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/automatic-api-update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
which grpc_ruby_plugin
5252
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
5353
- name: "Install buf"
54-
uses: "bufbuild/buf-setup-action@v1.37.0"
54+
uses: "bufbuild/buf-setup-action@v1.38.0"
5555
with:
5656
github_token: ${{ secrets.GITHUB_TOKEN }}
5757
if: steps.buf-update.outputs.updated == 'true'

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
brew install grpc
4444
which grpc_ruby_plugin
4545
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
46-
- uses: "bufbuild/buf-setup-action@v1.37.0"
46+
- uses: "bufbuild/buf-setup-action@v1.38.0"
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/manual-api-update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
which grpc_ruby_plugin
5656
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
5757
- name: "Install buf"
58-
uses: "bufbuild/buf-setup-action@v1.37.0"
58+
uses: "bufbuild/buf-setup-action@v1.38.0"
5959
with:
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
6161
if: steps.buf-update.outputs.updated == 'true'

0 commit comments

Comments
 (0)