From a100e2c78e6ef308b387b2cda952067c44c020bb Mon Sep 17 00:00:00 2001 From: Siyuan Wang Date: Sat, 4 Jan 2025 01:44:35 +0800 Subject: [PATCH] chore(ci): upgrade ci cache version --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f293a9d1..40df0259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: node-version: 18.17.0 - name: Cache Rush - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | common/temp/install-run @@ -46,7 +46,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('rush.json') }} - name: Cache Rush Build Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | common/temp/build-cache @@ -55,7 +55,7 @@ jobs: ${{ runner.os }}-rush-build-cache- - name: Cache pnpm - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | common/temp/pnpm-store diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11ba149e..28e74b48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,7 +117,7 @@ jobs: files: './common/temp/docker-bake.json' - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache if: ${{ steps.check_files.outputs.files_exists == 'true' }} with: