diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 5cb7952..b57a4c4 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '18' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps with: @@ -27,7 +27,7 @@ jobs: key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --frozen-lockfile if: steps.yarn-cache.outputs.cache-hit != 'true' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: dist name: Cache dist with: @@ -53,7 +53,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '18' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps with: @@ -63,7 +63,7 @@ jobs: key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --frozen-lockfile if: steps.yarn-cache.outputs.cache-hit != 'true' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: lint-cache name: Load lint cache with: @@ -90,7 +90,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '18' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps with: @@ -101,7 +101,7 @@ jobs: key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --frozen-lockfile if: steps.yarn-cache.outputs.cache-hit != 'true' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: dist name: Cache dist with: @@ -131,7 +131,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '18' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps with: @@ -142,7 +142,7 @@ jobs: key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --frozen-lockfile if: steps.yarn-cache.outputs.cache-hit != 'true' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: dist name: Cache dist with: diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index bd56ded..4cdba5c 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '18' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: yarn-cache name: Load npm deps from cache with: @@ -40,7 +40,7 @@ jobs: if: always() - run: yarn build name: Build component groups - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: docs-cache name: Load webpack cache with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89e8a10..fa4a238 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '18' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: yarn-cache name: Cache npm deps with: @@ -29,7 +29,7 @@ jobs: key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --frozen-lockfile if: steps.yarn-cache.outputs.cache-hit != 'true' - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: dist name: Cache dist with: