Skip to content

ci(deps): bump taiki-e/install-action from 2.42.6 to 2.42.9 #1042

ci(deps): bump taiki-e/install-action from 2.42.6 to 2.42.9

ci(deps): bump taiki-e/install-action from 2.42.6 to 2.42.9 #1042

Workflow file for this run

name: cleanup caches by a branch
on:
pull_request_target:
types:
- closed
delete:
workflow_dispatch:
inputs:
branchNames:
description: 'List of branch(ref) names with caches to be deleted'
required: false
type: string
jobs:
cleanup:
permissions:
actions: write
contents: read
uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@20f71e75c2af757e9c7c61391a51b88d593d17b8 # v1.4.0
with:
branch-names: ${{ inputs.branchNames }}