diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f032913..94bceb5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - name: Fetch dependencies from cache id: cache-yarn - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "**/node_modules" key: yarn-build-${{ hashFiles('**/yarn.lock') }}