Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/google.golang.org/prot…
Browse files Browse the repository at this point in the history
…obuf-1.36.1
  • Loading branch information
SpicyLemon authored Jan 7, 2025
2 parents d2c43a0 + 3335400 commit 75ad32b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* `bufbuild/buf-setup-action` bumped to 1.48.0 (from 1.46.0) [PR 2247](https://github.com/provenance-io/provenance/pull/2247).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* `peter-evans/create-pull-request` bumped to 7.0.6 (from 7.0.5) [PR 2251](https://github.com/provenance-io/provenance/pull/2251).
4 changes: 2 additions & 2 deletions .github/workflows/proto-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Buf setup action
uses: bufbuild/buf-setup-action@v1.46.0
uses: bufbuild/buf-setup-action@v1.48.0
- name: Buf push 'third_party/proto'
uses: bufbuild/buf-push-action@v1
with:
Expand All @@ -54,7 +54,7 @@ jobs:
git commit -S -m "Update buf.lock to latest commit hash"
- name: Create Pull Request
id: cpr
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
base: main
branch: provenanceio-bot/patch-buf-lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fi
echo "Setting output: base-branch=$branch"
echo "base-branch=$branch" >> "$GITHUB_OUTPUT"
- uses: bufbuild/buf-setup-action@v1.46.0
- uses: bufbuild/buf-setup-action@v1.48.0
- uses: bufbuild/[email protected]
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Buf setup action
uses: bufbuild/buf-setup-action@v1.46.0
uses: bufbuild/buf-setup-action@v1.48.0
- name: Buf push 'proto/'
uses: bufbuild/buf-push-action@v1
with:
Expand Down

0 comments on commit 75ad32b

Please sign in to comment.