diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26b5bce..8e12074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: node-version: 20 - name: Cache Yarn cache and node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .yarn/cache