Skip to content

Commit

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

Bump bufbuild/buf-setup-action from 1.37.0 to 1.38.0 in the github-actions group
  • Loading branch information
Verolop authored Aug 26, 2024
2 parents 4df9a90 + 23a46b6 commit 97afd58
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 @@ -30,7 +30,7 @@ jobs:
version-regex: 'name = "authzed"\nversion = "(.+)"'
version-change: "minor"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.37.0"
uses: "bufbuild/buf-setup-action@v1.38.0"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
if: "steps.buf-update.outputs.updated == 'true'"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version-regex: 'name = "authzed"\nversion = "(.+)"'
version-change: "minor"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.37.0"
uses: "bufbuild/buf-setup-action@v1.38.0"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
if: "steps.buf-update.outputs.updated == 'true'"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
whereis protoc-gen-mypy
whereis protoc-gen-mypy_grpc
echo $GITHUB_PATH
- uses: "bufbuild/buf-setup-action@v1.37.0"
- uses: "bufbuild/buf-setup-action@v1.38.0"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 97afd58

Please sign in to comment.