Skip to content

Commit 30ff9e8

Browse files
chore(deps): update bufbuild/buf-setup-action action to v1.50.0
1 parent ab9269e commit 30ff9e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/buf.yaml

Lines changed: 3 additions & 3 deletions
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.48.0
26+
- uses: bufbuild/buf-setup-action@v1.50.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.48.0
38+
- uses: bufbuild/buf-setup-action@v1.50.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.48.0
63+
- uses: bufbuild/buf-setup-action@v1.50.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

Lines changed: 2 additions & 2 deletions
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.48.0
28+
- uses: bufbuild/buf-setup-action@v1.50.0
2929
with:
3030
version: ${{ env.BUF_CLI_VERSION }}
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -151,7 +151,7 @@ jobs:
151151
steps:
152152
- name: Clone Repo
153153
uses: actions/checkout@v4
154-
- uses: bufbuild/buf-setup-action@v1.48.0
154+
- uses: bufbuild/buf-setup-action@v1.50.0
155155
with:
156156
version: ${{ env.BUF_CLI_VERSION }}
157157
buf_user: ${{ secrets.BUF_USER }}

0 commit comments

Comments
 (0)