diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fabe194..8dce05c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - name: ⎔ Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: node_modules-20x with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 90ee2d7..43738f0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - name: ⎔ Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: node_modules-16x with: