chore(deps): update actions/cache action to v3
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: setup caching
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ${{ env.PNPM_CACHE_FOLDER }}
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}