diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1421504..03c86e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Cache Yarn cache and node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .yarn/cache