Skip to content

chore(deps)(deps): bump actions/checkout from 5.0.0 to 6.0.1 #185

chore(deps)(deps): bump actions/checkout from 5.0.0 to 6.0.1

chore(deps)(deps): bump actions/checkout from 5.0.0 to 6.0.1 #185

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- ".github/**"
merge_group:
push:
paths:
- ".github/**"
permissions: {}
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
with:
persist-credentials: false
- uses: reviewdog/action-actionlint@534eb894142bcf31616e5436cbe4214641c58101 # v1.61
with:
fail_level: "any"