Skip to content

build(deps): bump actions/checkout from 5.0.0 to 5.0.1 #265

build(deps): bump actions/checkout from 5.0.0 to 5.0.1

build(deps): bump actions/checkout from 5.0.0 to 5.0.1 #265

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: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
container: ghcr.io/linkerd/dev:v48-go
steps:
- run: apt update && apt install -y unzip
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: bin/protoc-go.sh
- run: git diff --exit-code