Skip to content

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 #214

build(deps): bump actions/checkout from 4.2.1 to 4.2.2

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 #214

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-22.04
container: ghcr.io/linkerd/dev:v43-go
steps:
- run: apt update && apt install -y unzip
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: bin/protoc-diff