diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index b532c170..eb4ad622 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -16,7 +16,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting. Otherwise sonarcloud will show a warning. fetch-depth: 0 - - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: 'npm' -