From 53eed7bf006275ead05409b5ab4e8e68e0238dc1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 12 Mar 2025 19:37:32 +0000 Subject: [PATCH] chore(deps): update https://data.forgejo.org/actions/cache action to v4.2.2 --- .gitea/workflows/renovate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 0944048..0156716 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: https://git.kjan.de/actions/checkout@v4 - name: Load renovate repo cache - uses: https://data.forgejo.org/actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: https://data.forgejo.org/actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | .tmp/cache/renovate/repository @@ -32,7 +32,7 @@ jobs: GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }} - name: Save renovate repo cache if: always() && env.RENOVATE_DRY_RUN != 'full' - uses: https://data.forgejo.org/actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: https://data.forgejo.org/actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: | .tmp/cache/renovate/repository