Skip to content

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

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 #960

Workflow file for this run

name: Helm
on:
pull_request:
paths:
- .github/workflows/helm.yml
- bin/helm*
- '**/charts/**'
permissions:
contents: read
jobs:
helm-docs-diff:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: linkerd/dev/actions/setup-tools@v41
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- run: helm-docs
- run: git diff --exit-code -- **/charts/**/README.md