Skip to content

Update dev-hato/actions-format-json-yml action to v0.0.75 #1993

Update dev-hato/actions-format-json-yml action to v0.0.75

Update dev-hato/actions-format-json-yml action to v0.0.75 #1993

---
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@8885351fba02a9d237a5115d7dff95f2b8fa8078 # v0.0.54
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true