diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 789933e..673607d 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Restore npm cache - uses: actions/cache-action@v3 + uses: actions/cache@v3 with: key: npm-${{ hashFiles('package-lock.json') }} path: ~/.npm @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: npm ci - name: Save npm cache - uses: actions/cache-action@v3 + uses: actions/cache@v3 with: key: npm-${{ hashFiles('package-lock.json') }} path: ~/.npm