Skip to content

fix(deps): update module google.golang.org/grpc to v1.56.3 [security] #1856

fix(deps): update module google.golang.org/grpc to v1.56.3 [security]

fix(deps): update module google.golang.org/grpc to v1.56.3 [security] #1856

Workflow file for this run

name: Semantic Release
on: push
jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: codfish/semantic-release-action@v1
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}