diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 29f81c6..e11a854 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -21,7 +21,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@v4 + uses: actions/setup-node@v6 with: cache: 'npm' -