From 3a36ffadcfd6f34ac74b647334ce14225b775ec5 Mon Sep 17 00:00:00 2001 From: angoway <160458834+angoway@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:56:08 -0800 Subject: [PATCH] Update congrats and cache (#161) * Update design for congrats page * Resize congratulations * Pulling changes * Modify Congratulations turtle logo * Update deprecated cache@v2 to cache@v4 --------- Co-authored-by: Sanjna <108957464+SanjnaT41756@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b13876..90183ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5c32e51..d844cb4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}