diff --git a/.github/workflows/backend_ci_cd.yml b/.github/workflows/backend_ci_cd.yml index e42879d4..3c2a1f57 100644 --- a/.github/workflows/backend_ci_cd.yml +++ b/.github/workflows/backend_ci_cd.yml @@ -54,7 +54,7 @@ jobs: - name: Cache Node Modules id: cache-node-modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: node_modules key: node-modules-${{ hashFiles('yarn.lock') }}