diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fd2e6c..a89ef6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache deps id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./node_modules key: modules-${{ hashFiles('yarn.lock') }} @@ -40,7 +40,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache deps id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./node_modules key: modules-${{ hashFiles('yarn.lock') }} @@ -66,7 +66,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache deps id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./node_modules key: modules-${{ hashFiles('yarn.lock') }}