Skip to content

ci(deps): update actions/checkout action from v4.1.1 to v4.1.5 #458

ci(deps): update actions/checkout action from v4.1.1 to v4.1.5

ci(deps): update actions/checkout action from v4.1.1 to v4.1.5 #458

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:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Cleanup
uses: 4m-mazi/souji-action@7b968d0f5b22b33600ca69829fc08914f8bcccd9 # v1.3.0
with:
branch-names: ${{ inputs.branchNames }}