Skip to content

Update dev-hato/actions-diff-pr-management action to v1.2.0 (#1434) #1695

Update dev-hato/actions-diff-pr-management action to v1.2.0 (#1434)

Update dev-hato/actions-diff-pr-management action to v1.2.0 (#1434) #1695

---
name: github-actions-cache-cleaner
on:
push:
branches:
- main
schedule:
- cron: "0 21 * * *" # 06:00 JST
workflow_dispatch:
permissions: read-all
jobs:
github-actions-cache-cleaner:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: dev-hato/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true