diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 62856be4..d0b4e28b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.pnpm-store @@ -106,7 +106,7 @@ jobs: version: ${{ matrix.pnpm }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.pnpm-store @@ -173,7 +173,7 @@ jobs: version: ${{ matrix.pnpm }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.pnpm-store