chore(deps): update actions/cache action to v3.3.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-03-13 07:23:53 +00:00 committed by Tilman Vatteroth
parent 3c552da01d
commit bea4454e99

View file

@ -19,7 +19,7 @@ runs:
shell: bash
- name: Cache yarn cache
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}