Skip to content

chore(deps): update docker/bake-action action to v5.8.0 (#4510) #2318

chore(deps): update docker/bake-action action to v5.8.0 (#4510)

chore(deps): update docker/bake-action action to v5.8.0 (#4510) #2318

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