Skip to content

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #844

build(deps): bump actions/checkout from 4.1.6 to 4.1.7

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #844

Workflow file for this run

name: Actions
on:
pull_request:
paths:
- .devcontainer/devcontainer.json
- .github/workflows/**
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: linkerd/dev/actions/setup-tools@v43
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- run: just-dev lint-actions
devcontainer-versions:
runs-on: ubuntu-22.04
steps:
- uses: linkerd/dev/actions/setup-tools@v43
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- run: just-dev check-action-images