Skip to content

Commit

Permalink
chore(deps): Bump bufbuild/buf-setup-action from 1.34.0 to 1.40.1
Browse files Browse the repository at this point in the history
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.34.0 to 1.40.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@35c243d...2dbfb63)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 0ff16a0 commit 5153ca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: "Setup: Buf"
uses: bufbuild/buf-setup-action@35c243d7f2a909b1d4e40399b348a7fdab27d78d # v1.34.0
uses: bufbuild/buf-setup-action@2dbfb63c8b0cc4f1707ba5dd23017e998a25b2f0 # v1.40.1
with:
github_token: ${{ github.token }}
- name: "Check: Buf Lint"
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
persist-credentials: false
- name: "Setup: Buf"
uses: bufbuild/buf-setup-action@35c243d7f2a909b1d4e40399b348a7fdab27d78d # v1.34.0
uses: bufbuild/buf-setup-action@2dbfb63c8b0cc4f1707ba5dd23017e998a25b2f0 # v1.40.1
with:
github_token: ${{ github.token }}
- name: "Check: Buf Breaking"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job.deploy-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: "Setup: Buf"
uses: bufbuild/buf-setup-action@35c243d7f2a909b1d4e40399b348a7fdab27d78d # v1.34.0
uses: bufbuild/buf-setup-action@2dbfb63c8b0cc4f1707ba5dd23017e998a25b2f0 # v1.40.1
with:
github_token: ${{ github.token }}
- name: "Push: BSR"
Expand Down

0 comments on commit 5153ca3

Please sign in to comment.