We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 957720e + 928cb28 commit 9981368Copy full SHA for 9981368
.github/workflows/automatic-api-update.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
echo "Update status: $UPDATED_STATUS"
25
- name: "Install buf"
26
- uses: "bufbuild/buf-setup-action@v1.43.0"
+ uses: "bufbuild/buf-setup-action@v1.47.2"
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
if: steps.buf-update.outputs.updated == 'true'
.github/workflows/manual-api-update.yaml
@@ -28,7 +28,7 @@ jobs:
30
31
32
33
34
0 commit comments