Skip to content

Commit

Permalink
chore(deps): update bufbuild/buf-setup-action action to v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent dcc524f commit c5baebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.40.1
- uses: bufbuild/buf-setup-action@v1.43.0
with:
version: v${{ env.BUF_CLI_VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,7 +35,7 @@ jobs:
deployments: write
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.40.1
- uses: bufbuild/buf-setup-action@v1.43.0
with:
version: v${{ env.BUF_CLI_VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.40.1
- uses: bufbuild/buf-setup-action@v1.43.0
with:
github_token: ${{ github.token }}
# TODO (arm-versioning): Arm versioning by removing the comments of the following lines
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-bufs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: bufbuild/buf-setup-action@v1.40.1
- uses: bufbuild/buf-setup-action@v1.43.0
with:
version: ${{ env.BUF_CLI_VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c5baebe

Please sign in to comment.