Skip to content

build(deps): bump actions/checkout from 4.3.0 to 5.0.0 #231

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

build(deps): bump actions/checkout from 4.3.0 to 5.0.0 #231

Workflow file for this run

name: markdown
permissions:
contents: read
on:
pull_request:
paths:
- .github/workflows/shellcheck.yml
- '**/*.sh'
- justfile
jobs:
sh-lint:
timeout-minutes: 5
runs-on: ${{ vars.LINKERD2_PROXY_RUNNER || 'ubuntu-24.04' }}
steps:
- uses: linkerd/dev/actions/setup-tools@v47
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- run: just sh-lint