Skip to content

build(deps): bump actions/checkout from 3.5.2 to 4.1.0 #314

build(deps): bump actions/checkout from 3.5.2 to 4.1.0

build(deps): bump actions/checkout from 3.5.2 to 4.1.0 #314

Workflow file for this run

name: buf-lint
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
with:
input: 'uuid/api'
- uses: bufbuild/buf-breaking-action@v1
with:
input: 'uuid/api'
# The 'main' branch of the GitHub repository that defines the module.
# Note we specify the subdir to compare against.
against: 'https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1,subdir=uuid/api'