Skip to content

Commit aa35aa2

Browse files
authoredSep 16, 2024··
Bump bufbuild/buf-setup-action in /.github/util/initialize (#2346)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.40.1 to 1.41.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.40.1...v1.41.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f826ed2 commit aa35aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/util/initialize/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- run: npm install
3232
shell: ${{ runner.os == 'Windows' && 'powershell' || 'bash' }}
3333

34-
- uses: bufbuild/buf-setup-action@v1.40.1
34+
- uses: bufbuild/buf-setup-action@v1.41.0
3535
with: {github_token: "${{ inputs.github-token }}"}
3636

3737
# This composite action requires bash, but bash is not available on windows-arm64 runner.

0 commit comments

Comments
 (0)
Please sign in to comment.