Skip to content

Update dependency markdownlint-cli to v0.37.0 #1169

Update dependency markdownlint-cli to v0.37.0

Update dependency markdownlint-cli to v0.37.0 #1169

---
name: github-actions-cache-cleaner
on:
push:
branches:
- develop
- master
schedule:
- cron: '0 21 * * *' # 06:00 JST
workflow_dispatch:
jobs:
github-actions-cache-cleaner:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: dev-hato/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true