From a658598d41c9b44e1d643b9707e7fe67edcdcdc5 Mon Sep 17 00:00:00 2001 From: Farhan Jamil <32781195+FarhanJamil0001@users.noreply.github.com> Date: Sat, 8 Mar 2025 11:55:08 -0600 Subject: [PATCH] Update to actions/cache@v3 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d348de9..c1539d8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - run: npm install # Cache Next output (see https://nextjs.org/docs/messages/no-cache#github-actions) - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.npm