Skip to content

Commit 9981368

Browse files
authored
Merge pull request #22 from authzed/dependabot/github_actions/github-actions-72af60186e
Bump bufbuild/buf-setup-action from 1.43.0 to 1.47.2 in the github-actions group
2 parents 957720e + 928cb28 commit 9981368

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo "Update status: $UPDATED_STATUS"
2525
- name: "Install buf"
26-
uses: "bufbuild/buf-setup-action@v1.43.0"
26+
uses: "bufbuild/buf-setup-action@v1.47.2"
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
if: steps.buf-update.outputs.updated == 'true'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
echo "Update status: $UPDATED_STATUS"
3030
- name: "Install buf"
31-
uses: "bufbuild/buf-setup-action@v1.43.0"
31+
uses: "bufbuild/buf-setup-action@v1.47.2"
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
if: steps.buf-update.outputs.updated == 'true'

0 commit comments

Comments
 (0)