diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f577ed..c6dbd88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v6 env: cache-name: cache-node-modules with: