Update actions/cache action to v3

This commit is contained in:
renovate[bot]
2023-05-16 06:12:31 +00:00
committed by GitHub
parent 052a8c9489
commit 80b40426cc

View File

@@ -52,7 +52,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Restore NextJS cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
# See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples.md#node---yarn or you can leverage caching with actions/setup-node https://github.com/actions/setup-node
path: |