diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9dbcec..6c2ce2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - name: Cache node modules id: cache-nodemodules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: