Skip to content

ci(deps): bump swatinem/rust-cache from 2.7.5 to 2.7.7 #1529

ci(deps): bump swatinem/rust-cache from 2.7.5 to 2.7.7

ci(deps): bump swatinem/rust-cache from 2.7.5 to 2.7.7 #1529

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@main
with:
branch-names: ${{ inputs.branchNames }}