Skip to content

chore(deps): update dev-hato/actions-add-to-projects action to v1.0.2… #2747

chore(deps): update dev-hato/actions-add-to-projects action to v1.0.2…

chore(deps): update dev-hato/actions-add-to-projects action to v1.0.2… #2747

---
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/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: dev-hato/github-actions-cache-cleaner@1289dc8839a3119d5eb7ab34b38a34242b2556ae # v0.0.85
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true