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 9f82850 commit a7f623dCopy full SHA for a7f623d
.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.37.0
+ - uses: bufbuild/buf-setup-action@v1.38.0
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