Skip to content

Update actions/cache action to v4 #54

Update actions/cache action to v4

Update actions/cache action to v4 #54

Workflow file for this run

name: reviewdog / actionlint
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: reviewdog/action-actionlint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_on_error: true