Skip to content

Bump actions/checkout from 3.5.3 to 3.6.0 #273

Bump actions/checkout from 3.5.3 to 3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0 #273

Workflow file for this run

name: Actions
on:
pull_request:
paths:
- .devcontainer/devcontainer.json
- .github/workflows/**
- justfile
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: linkerd/dev/actions/setup-tools@v41
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- run: just action-lint
devcontainer-versions:
runs-on: ubuntu-latest
steps:
- uses: linkerd/dev/actions/setup-tools@v41
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- run: just action-dev-check