diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afec375..e5818a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: cache: 'npm' - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node-modules-${{ runner.os }}-${{ hashFiles('package-lock.json') }} @@ -91,7 +91,7 @@ jobs: cache: 'npm' - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node-modules-${{ runner.os }}-${{ hashFiles('package-lock.json') }} @@ -123,7 +123,7 @@ jobs: cache: 'npm' - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node-modules-${{ runner.os }}-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a8cf18..66f254e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node-modules-${{ runner.os }}-${{ hashFiles('package-lock.json') }}