From aaefc53a6bd838aa8ce2b611497247064bbaafed Mon Sep 17 00:00:00 2001 From: liviu Date: Sat, 6 Dec 2025 10:53:10 +0100 Subject: [PATCH] Update .github/workflows/sonar.yml --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index bdb9e15..789933e 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: https://code.forgejo.org/forgejo/cache-action@v3 + uses: actions/cache-action@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: https://code.forgejo.org/forgejo/cache-action@v3 + uses: actions/cache-action@v3 with: key: npm-${{ hashFiles('package-lock.json') }} path: ~/.npm