Skip to content

Commit

Permalink
Merge pull request #135 from authzed/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-b2d364e40d

Bump bufbuild/buf-setup-action from 1.44.0 to 1.45.0 in the github-actions group
  • Loading branch information
tstirrat15 authored Oct 16, 2024
2 parents 0c0bde9 + 3d3c3cc commit 3fba5b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
which grpc_ruby_plugin
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.44.0"
uses: "bufbuild/buf-setup-action@v1.45.0"
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
if: steps.buf-update.outputs.updated == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
brew install grpc
which grpc_ruby_plugin
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
- uses: "bufbuild/buf-setup-action@v1.44.0"
- uses: "bufbuild/buf-setup-action@v1.45.0"
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/manual-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
which grpc_ruby_plugin
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.44.0"
uses: "bufbuild/buf-setup-action@v1.45.0"
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
if: steps.buf-update.outputs.updated == 'true'
Expand Down

0 comments on commit 3fba5b2

Please sign in to comment.