diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4494342..03535d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Cache NPM dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: node_modules