diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e595f6a..53f190f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 14 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: '**/node_modules' @@ -37,7 +37,7 @@ jobs: with: node-version: 14 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: '**/node_modules'