Skip to content

Commit 036e87c

Browse files
Bump bufbuild/buf-action from 1.3.0 to 1.4.0 (#169)
Bumps [bufbuild/buf-action](https://github.com/bufbuild/buf-action) from 1.3.0 to 1.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bufbuild/buf-action/releases">bufbuild/buf-action's releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <h2>What's Changed</h2> <ul> <li>Update action runtime to Node.js 24 and dependencies by <a href="https://github.com/emcfarlane"><code>@​emcfarlane</code></a> in <a href="https://redirect.github.com/bufbuild/buf-action/pull/233">bufbuild/buf-action#233</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bufbuild/buf-action/compare/v1.3...v1.4.0">https://github.com/bufbuild/buf-action/compare/v1.3...v1.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bufbuild/buf-action/commit/fd21066df7214747548607aaa45548ba2b9bc1ff"><code>fd21066</code></a> Prepare for v1.4.0 (<a href="https://redirect.github.com/bufbuild/buf-action/issues/257">#257</a>)</li> <li><a href="https://github.com/bufbuild/buf-action/commit/4a5ed559d72dd180a5b76b9e5da59b1bdc9dc0d9"><code>4a5ed55</code></a> Update node 24 and dependencies (<a href="https://redirect.github.com/bufbuild/buf-action/issues/233">#233</a>)</li> <li><a href="https://github.com/bufbuild/buf-action/commit/c132b6c5e6132e69f51f68ff732fdfc8591fa8e2"><code>c132b6c</code></a> Add repository sanity check to dependabot workflow (<a href="https://redirect.github.com/bufbuild/buf-action/issues/254">#254</a>)</li> <li>See full diff in <a href="https://github.com/bufbuild/buf-action/compare/8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c...fd21066df7214747548607aaa45548ba2b9bc1ff">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bufbuild/buf-action&package-manager=github_actions&previous-version=1.3.0&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2c5205 commit 036e87c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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)