Skip to content

Update actions/checkout action to v4.2.2 #2012

Update actions/checkout action to v4.2.2

Update actions/checkout action to v4.2.2 #2012

---
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: dev-hato/github-actions-cache-cleaner@0a731b19b53bac2c5e7f2b9cb9f9a17d91c50604 # v0.0.56
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true