diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 10dda92..110e5d8 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,7 +14,7 @@ jobs: with: node-version: '12.16' - name: NPM Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -53,7 +53,7 @@ jobs: with: node-version: '12.16' - name: NPM Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}