Merge pull request 'chore(deps): update actions/cache action to v4.1.2' (#113) from renovate/actions-cache-4.x into main

Reviewed-on: #113
This commit is contained in:
Joseph Hanson 2024-10-23 12:48:16 -05:00
commit fbc49d3f07

View file

@ -24,7 +24,7 @@ inputs:
runs: runs:
using: 'composite' using: 'composite'
steps: steps:
- uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 - uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with: with:
path: | path: |
.tmp/cache/renovate/repository .tmp/cache/renovate/repository
@ -52,7 +52,7 @@ runs:
- name: Save renovate repo cache - name: Save renovate repo cache
if: always() && inputs.save-cache == 'true' if: always() && inputs.save-cache == 'true'
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with: with:
path: | path: |
.tmp/cache/renovate/repository .tmp/cache/renovate/repository