From 7ffca295f3e033579291f3be4868008d8043eace Mon Sep 17 00:00:00 2001 From: "lucca-renovate[bot]" <136098540+lucca-renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:02:36 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v0.10.2 --- .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 fea281d..d72351b 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@31b3198b2de324472547fecec2c0f721b70c38e2 # v0.9.15 + uses: gittools/actions/gitversion/setup@a41619580c25efb59dfc062e92990914141abcad # v0.10.2 with: versionSpec: '5.11.1' - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@31b3198b2de324472547fecec2c0f721b70c38e2 # v0.9.15 + uses: gittools/actions/gitversion/execute@a41619580c25efb59dfc062e92990914141abcad # v0.10.2 # - name: Setup SonarScanner # run: dotnet tool install --tool-path artifacts dotnet-sonarscanner