Skip to content

build(deps): bump actions/checkout from 3.5.2 to 4.1.1 #50

build(deps): bump actions/checkout from 3.5.2 to 4.1.1

build(deps): bump actions/checkout from 3.5.2 to 4.1.1 #50

Workflow file for this run

name: Actions
on:
pull_request:
paths:
- .devcontainer/devcontainer.json
- .github/workflows/**
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-20.04
timeout-minutes: 10
container: ghcr.io/linkerd/dev:v32-tools
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- run: just actionlint
devcontainer-versions:
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v32-tools
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- run: just actions-dev-versions