diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd1a904..41d3b46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - run: | yarn install --frozen-lockfile --check-files yarn --cwd react install --frozen-lockfile --check-files - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: cache-build with: path: ./* @@ -30,7 +30,7 @@ jobs: needs: install steps: - name: Restore cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: restore-build with: path: ./* @@ -42,7 +42,7 @@ jobs: needs: install steps: - name: Restore cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: restore-build with: path: ./*