Skip to content

build(deps): bump actions/checkout from 3.5.3 to 4.0.0 #138

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

build(deps): bump actions/checkout from 3.5.3 to 4.0.0 #138

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: bin/protoc-diff