diff --git a/.github/workflows/staging-build-pr.yml b/.github/workflows/staging-build-pr.yml index a39ed5a0f795..8fd916db5b28 100644 --- a/.github/workflows/staging-build-pr.yml +++ b/.github/workflows/staging-build-pr.yml @@ -90,7 +90,7 @@ jobs: run: npm ci - name: Cache nextjs build - uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}-${{ hashFiles('.github/workflows/staging-build-pr.yml') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 346b8297053b..2d7e00012e86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: GIT_BRANCH: ${{ github.head_ref || github.ref }} - name: Cache nextjs build - uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}-${{ hashFiles('.github/workflows/test.yml') }}