diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 65b1876..8ebd201 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -35,7 +35,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules