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