From 785834d61dccd311d576bc882a42215262ce9898 Mon Sep 17 00:00:00 2001 From: "lucca-renovate[bot]" <136098540+lucca-renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:13:14 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v4 --- .github/workflows/dotnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 1080a7b..4200504 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -26,13 +26,13 @@ jobs: run: dotnet restore - name: Install GitVersion - uses: gittools/actions/gitversion/setup@51d325634925d7d9ce0a7efc2c586c0bc2b9eee6 # v3.2.1 + uses: gittools/actions/gitversion/setup@d0139503a9321f76b4a417dfdc8aebcec24decdd # v4.2.0 with: versionSpec: '5.11.1' - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@51d325634925d7d9ce0a7efc2c586c0bc2b9eee6 # v3.2.1 + uses: gittools/actions/gitversion/execute@d0139503a9321f76b4a417dfdc8aebcec24decdd # v4.2.0 # - name: Setup SonarScanner # run: dotnet tool install --tool-path artifacts dotnet-sonarscanner