Skip to content

chore(deps-dev): Bump @cloudflare/workers-types from 4.20240620.0 to 4.20240903.0 #224

chore(deps-dev): Bump @cloudflare/workers-types from 4.20240620.0 to 4.20240903.0

chore(deps-dev): Bump @cloudflare/workers-types from 4.20240620.0 to 4.20240903.0 #224

name: "Cache Cleanup - Automatic"
on:
pull_request:
types:
- closed
defaults:
run:
shell: bash
jobs:
cache-purge:
name: "Purge Actions cache"
runs-on: ubuntu-latest
steps:
- name: "Delete Branch Cache Action"
uses: snnaplab/[email protected]
with:
# Specify explicitly because the ref at the time of merging will be a branch name such as 'main', 'develop'
ref: refs/pull/${{ github.event.number }}/merge
github-token: ${{ secrets.GITHUB_TOKEN }}