Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Update dependency renovate to v35.66.0 (#856) #576

Update dependency renovate to v35.66.0 (#856)

Update dependency renovate to v35.66.0 (#856) #576

---
name: github-actions-cache-cleaner
on:
push:
branches:
- main
schedule:
- cron: '0 21 * * *' # 06:00 JST
workflow_dispatch:
jobs:
github-actions-cache-cleaner:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: dev-hato/github-actions-cache-cleaner@v0.0.19
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true