Skip to content

Commit

Permalink
Merge pull request #481 from okp4/dependabot/github_actions/bufbuild/…
Browse files Browse the repository at this point in the history
…buf-setup-action-1.28.1
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
2 parents 21b63f5 + 84e837b commit b0a3880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup buf
if: steps.changed-proto-files.outputs.any_changed == 'true'
uses: bufbuild/[email protected].0
uses: bufbuild/[email protected].1

- name: Build and generate proto
if: steps.changed-proto-files.outputs.any_changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup buf
uses: bufbuild/[email protected].0
uses: bufbuild/[email protected].1

- name: Push okp4 proto on buf registry
run:
Expand Down

0 comments on commit b0a3880

Please sign in to comment.