From 3dcbb0d4035563ae340e378a8fd5d8fb995fe5de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 23:25:41 +0000 Subject: [PATCH] Update dev-hato/github-actions-cache-cleaner action to v0.0.10 (#755) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/github-actions-cache-cleaner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-cache-cleaner.yml b/.github/workflows/github-actions-cache-cleaner.yml index 07ddc5c1c..2ea029e2b 100644 --- a/.github/workflows/github-actions-cache-cleaner.yml +++ b/.github/workflows/github-actions-cache-cleaner.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.3.0 - - uses: dev-hato/github-actions-cache-cleaner@v0.0.9 + - uses: dev-hato/github-actions-cache-cleaner@v0.0.10 with: github-token: ${{secrets.GITHUB_TOKEN}}