Skip to content

Update actions/checkout action to v4 #17

Update actions/checkout action to v4

Update actions/checkout action to v4 #17

Workflow file for this run

name: lint
on:
push:
paths:
- '.github/workflows/*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-workflow-files:
name: lint workflow files
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: docker://rhysd/actionlint:latest