diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 3064031..57cf6a7 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -21,7 +21,7 @@ jobs: node-version: 18 - name: Cache npm modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ env.DEPENDENCIES_CACHE }}-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa1788f..bedd371 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: node-version: 18 - name: Cache npm modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ env.DEPENDENCIES_CACHE }}-${{ hashFiles('package-lock.json') }}