We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35331a6 + 5d7ee90 commit d0677a8Copy full SHA for d0677a8
2 files changed
.github/workflows/automatic-api-update.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
echo "Update status: $UPDATED_STATUS"
29
- name: "Install buf"
30
- uses: "bufbuild/buf-setup-action@v1.48.0"
+ uses: "bufbuild/buf-setup-action@v1.50.0"
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
if: steps.buf-update.outputs.updated == 'true'
.github/workflows/manual-api-update.yaml
@@ -28,7 +28,7 @@ jobs:
34
0 commit comments