diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 16c6ee798cabf..d088b7ef50034 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -23,7 +23,7 @@ jobs: echo "::set-output name=version::$(node -v)" - name: Restore Cache 📦 - uses: actions/cache@v3 + uses: actions/cache@v5 id: cache with: path: node_modules