diff --git a/.github/workflows/cleanup-cache-manual.yml b/.github/workflows/cleanup-cache-manual.yml index 9cd100e2..8c5e9348 100644 --- a/.github/workflows/cleanup-cache-manual.yml +++ b/.github/workflows/cleanup-cache-manual.yml @@ -16,6 +16,6 @@ jobs: steps: - name: "Wipe Github Actions cache" - uses: easimon/wipe-cache@v1 + uses: easimon/wipe-cache@v2 with: dry-run: ${{ github.event.inputs.dry-run }}