Skip to content

Commit

Permalink
Update congrats and cache (#161)
Browse files Browse the repository at this point in the history
* Update design for congrats page

* Resize congratulations

* Pulling changes

* Modify Congratulations turtle logo

* Update deprecated cache@v2 to cache@v4

---------

Co-authored-by: Sanjna <[email protected]>
  • Loading branch information
angoway and SanjnaT41756 authored Mar 5, 2025
1 parent 7ee51df commit 3a36ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 3a36ffa

Please sign in to comment.