diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 250787ee..5a4a2823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: with: node-version: 14 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.pnpm-store @@ -55,7 +55,7 @@ jobs: pnpm-and-pip-cache- - name: Cache datasets - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/data @@ -96,7 +96,7 @@ jobs: with: node-version: 14 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.pnpm-store