Skip to content

Bump protobuf from 5.29.2 to 5.29.3 in the pip group #772

Bump protobuf from 5.29.2 to 5.29.3 in the pip group

Bump protobuf from 5.29.2 to 5.29.3 in the pip group #772

Workflow file for this run

---
name: "CLA"
on:
issue_comment:
types:
- "created"
pull_request_target:
types:
- "opened"
- "closed"
- "synchronize"
jobs:
cla:
name: "Check Signature"
runs-on: "ubuntu-latest"
steps:
- uses: "authzed/actions/cla-check@main"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
cla_assistant_token: "${{ secrets.CLA_ASSISTANT_ACCESS_TOKEN }}"