Skip to content

Commit

Permalink
chore(deps): Update bufbuild/buf-setup-action action to v1.26.0 (#1748)
Browse files Browse the repository at this point in the history
chore(deps): update bufbuild/buf-setup-action action to v1.26.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 14, 2023
1 parent eaaed3d commit aa99210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Expand Up @@ -195,7 +195,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.25.1
uses: bufbuild/buf-setup-action@v1.26.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.25.1
uses: bufbuild/buf-setup-action@v1.26.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.25.1
uses: bufbuild/buf-setup-action@v1.26.0
with:
github_token: ${{ github.token }}

Expand Down

0 comments on commit aa99210

Please sign in to comment.