chore(deps): update https://data.forgejo.org/actions/cache action to v4.2.2
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
Renovate 2025-03-12 19:37:32 +00:00
commit 53eed7bf00

View file

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: https://git.kjan.de/actions/checkout@v4 - uses: https://git.kjan.de/actions/checkout@v4
- name: Load renovate repo cache - 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: with:
path: | path: |
.tmp/cache/renovate/repository .tmp/cache/renovate/repository
@ -32,7 +32,7 @@ jobs:
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Save renovate repo cache - name: Save renovate repo cache
if: always() && env.RENOVATE_DRY_RUN != 'full' 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: with:
path: | path: |
.tmp/cache/renovate/repository .tmp/cache/renovate/repository