Skip to content

chore(deps): bump io.grpc:grpc-protobuf from 1.64.0 to 1.65.0 #926

chore(deps): bump io.grpc:grpc-protobuf from 1.64.0 to 1.65.0

chore(deps): bump io.grpc:grpc-protobuf from 1.64.0 to 1.65.0 #926

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Drafts next Release notes
uses: release-drafter/release-drafter@v6
with:
config-name: config/release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}