Update actions/cache to v4

This commit is contained in:
Kristjan ESPERANTO 2025-02-16 00:38:35 +01:00
parent 9c3b399bdf
commit 8a2725c3d6
No known key found for this signature in database

View file

@ -39,7 +39,7 @@ jobs:
- id: cache-npm
name: restore npm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: npm-cache-${{ github.ref_name }}
path: ${{ env.npm_config_cache }}
@ -66,7 +66,7 @@ jobs:
- id: cache-npm
name: restore npm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: npm-cache-${{ github.ref_name }}
path: ${{ env.npm_config_cache }}
@ -90,7 +90,7 @@ jobs:
- id: cache-npm
name: restore npm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: npm-cache-${{ github.ref_name }}
path: ${{ env.npm_config_cache }}