Skip to content

Commit 030d1eb

Browse files
Bump bufbuild/buf-action from 1.3.0 to 1.4.0
Bumps [bufbuild/buf-action](https://github.com/bufbuild/buf-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/bufbuild/buf-action/releases) - [Changelog](https://github.com/bufbuild/buf-action/blob/main/RELEASE.md) - [Commits](bufbuild/buf-action@8f4a145...fd21066) --- updated-dependencies: - dependency-name: bufbuild/buf-action dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2c5205 commit 030d1eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/buf.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.ref == 'refs/heads/main'
1212
steps:
1313
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14-
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
14+
- uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0
1515
with:
1616
input: cli/breaking-change-detection/start
1717
token: ${{ secrets.BUF_TOKEN }}
@@ -20,7 +20,7 @@ jobs:
2020
if: github.ref == 'refs/heads/main'
2121
steps:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23-
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
23+
- uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0
2424
with:
2525
input: cli/limit-output-types
2626
token: ${{ secrets.BUF_TOKEN }}
@@ -29,7 +29,7 @@ jobs:
2929
if: github.ref == 'refs/heads/main'
3030
steps:
3131
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32-
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
32+
- uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0
3333
with:
3434
input: cli/linting/finish
3535
token: ${{ secrets.BUF_TOKEN }}
@@ -38,7 +38,7 @@ jobs:
3838
if: github.ref == 'refs/heads/main'
3939
steps:
4040
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41-
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
41+
- uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0
4242
with:
4343
input: cli/workspace/observabilityapi
4444
token: ${{ secrets.BUF_TOKEN }}
@@ -47,7 +47,7 @@ jobs:
4747
if: github.ref == 'refs/heads/main'
4848
steps:
4949
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50-
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
50+
- uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0
5151
with:
5252
input: cli/workspace/observabilitytypes
5353
token: ${{ secrets.BUF_TOKEN }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1010
- name: Buf Action
11-
uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
11+
uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0
1212
with:
1313
input: integrations/github-actions
1414
token: ${{ secrets.BUF_TOKEN }}

0 commit comments

Comments
 (0)