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.
1 parent 2c5c7d4 commit 30fc4dbCopy full SHA for 30fc4db
.github/util/initialize/action.yml
@@ -31,7 +31,7 @@ runs:
31
- run: npm install
32
shell: ${{ runner.os == 'Windows' && 'powershell' || 'bash' }}
33
34
- - uses: bufbuild/buf-setup-action@v1.46.0
+ - uses: bufbuild/buf-setup-action@v1.47.2
35
with: {github_token: "${{ inputs.github-token }}"}
36
37
# This composite action requires bash, but bash is not available on windows-arm64 runner.
0 commit comments