Skip to content

Bump google.golang.org/grpc from 1.63.2 to 1.64.0 #784

Bump google.golang.org/grpc from 1.63.2 to 1.64.0

Bump google.golang.org/grpc from 1.63.2 to 1.64.0 #784

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- develop
- master
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'