Skip to content

build(deps): bump actions/checkout from 3.5.3 to 3.6.0 #133

build(deps): bump actions/checkout from 3.5.3 to 3.6.0

build(deps): bump actions/checkout from 3.5.3 to 3.6.0 #133

Workflow file for this run

name: Proto
on:
pull_request:
paths:
- .github/workflows/proto.yml
- bin/protoc*
- '**/*.proto'
- '**/gen/**/*.go'
permissions:
contents: read
jobs:
proto-diff:
timeout-minutes: 10
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v40-go
steps:
- run: apt update && apt install -y unzip
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: bin/protoc-diff