diff --git a/action.yml b/action.yml index e6a8046..8adb048 100644 --- a/action.yml +++ b/action.yml @@ -57,6 +57,6 @@ runs: dotnet tool update -g dotnet-sonarscanner - if: ${{ inputs.checkout == 'true' }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0