From fb86d015607b00471b3b5f9c3b72ce235c001197 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Fri, 14 Mar 2025 09:29:09 -0400 Subject: [PATCH] chore(CI): bump GH actions cache version --- .github/workflows/build-lint-test.yml | 16 ++++++++-------- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 4b52807..6582be1 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/build.yml b/.github/workflows/build.yml index e1488b0..210ee0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: git fetch origin pull/$GH_PR_NUM/head:tmp git checkout tmp fi - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: setup-cache name: Cache setup with: @@ -33,7 +33,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: @@ -43,7 +43,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/release.yml b/.github/workflows/release.yml index 626bee1..f6e9abc 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: