Skip to content

Commit

Permalink
chore(deps): update deps to v4 (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 26, 2023
1 parent b3a44d4 commit 7a05e8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
tar xvzf repos.tgz
rm repos.tgz
- uses: googleapis/code-suggester@v3
- uses: googleapis/code-suggester@v4
id: code_suggester
env:
ACCESS_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ bazel_skylib_workspace()

http_archive(
name = "com_google_protobuf",
sha256 = "877ad443ab212a42d9c15dd3d2bbbaeec0c5a6a6eb43dd1c85713ebcb0e9f4c2",
strip_prefix = "protobuf-3.23.2",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.23.2.tar.gz"],
sha256 = "21fcb4b0df6a8e6279e5843af8c9f2245919cf0d3ec2021c76fccc4fc4bf9aca",
strip_prefix = "protobuf-4.23.3",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v4.23.3.tar.gz"],
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
Expand Down

0 comments on commit 7a05e8d

Please sign in to comment.