From 7bbcf9db623bc3332dafae92b258d95fed61db2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:38:40 +0000 Subject: [PATCH] ci(deps): Bump easimon/wipe-cache from 1 to 2 (#95) Bumps [easimon/wipe-cache](https://github.com/easimon/wipe-cache) from 1 to 2. - [Release notes](https://github.com/easimon/wipe-cache/releases) - [Commits](https://github.com/easimon/wipe-cache/compare/v1...v2) --- updated-dependencies: - dependency-name: easimon/wipe-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> --- .github/workflows/cleanup-cache-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}