Skip to content

build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.9 to 3.5.14 #1901

build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.9 to 3.5.14

build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.9 to 3.5.14 #1901

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}