Skip to content

chore(deps): update actions/setup-java action to v4.6.0 #32

chore(deps): update actions/setup-java action to v4.6.0

chore(deps): update actions/setup-java action to v4.6.0 #32

#
# SPDX-FileCopyrightText: 2024 INFO
# SPDX-License-Identifier: EUPL-1.2+
#
name: Cleanup cache after PR close
on:
pull_request:
types:
- closed
jobs:
cleanup-branch-cache:
runs-on: ubuntu-latest
steps:
- uses: snnaplab/delete-branch-cache-action@v1
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.pull_request.number }}/merge