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