diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3ac58ed1..beed286b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - 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