Skip to content

Update dev-hato/github-actions-cache-cleaner action to v0.0.53 #1971

Update dev-hato/github-actions-cache-cleaner action to v0.0.53

Update dev-hato/github-actions-cache-cleaner action to v0.0.53 #1971

---
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: dev-hato/github-actions-cache-cleaner@fd7a38105abe88a7d277a85383b1aa83088ada1e # v0.0.53
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true