From e1b05cb489c1cccfb60d154967655c780b60183e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:59:06 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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