diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86c6a62..33cf9b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - run: npm i -g yarn - run: yarn config set checksumBehavior ignore - name: Cache Node.js modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./.yarn/cache