We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d3726 commit 01a2148Copy full SHA for 01a2148
.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.42.0
+ - uses: bufbuild/buf-setup-action@v1.46.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