chore(deps): update https://data.forgejo.org/actions/cache action to v4.2.2
Some checks failed
renovate / renovate (push) Has been cancelled
Some checks failed
renovate / renovate (push) Has been cancelled
This commit is contained in:
parent
2ca1ef71ae
commit
53eed7bf00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue