Skip to content

Commit 22ef42e

Browse files
chore(deps): update bufbuild/buf-setup-action action to v1.42.0
1 parent 0580305 commit 22ef42e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/buf.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-22.04
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: bufbuild/buf-setup-action@v1.40.1
26+
- uses: bufbuild/buf-setup-action@v1.42.0
2727
with:
2828
version: v${{ env.BUF_CLI_VERSION }}
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -35,7 +35,7 @@ jobs:
3535
deployments: write
3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: bufbuild/buf-setup-action@v1.40.1
38+
- uses: bufbuild/buf-setup-action@v1.42.0
3939
with:
4040
version: v${{ env.BUF_CLI_VERSION }}
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-22.04
6161
steps:
6262
- uses: actions/checkout@v4
63-
- uses: bufbuild/buf-setup-action@v1.40.1
63+
- uses: bufbuild/buf-setup-action@v1.42.0
6464
with:
6565
github_token: ${{ github.token }}
6666
# TODO (arm-versioning): Arm versioning by removing the comments of the following lines

.github/workflows/publish-bufs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 2
28-
- uses: bufbuild/buf-setup-action@v1.40.1
28+
- uses: bufbuild/buf-setup-action@v1.42.0
2929
with:
3030
version: ${{ env.BUF_CLI_VERSION }}
3131
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)