From b6d4933f37b880b7a265da4b268dc8c73c861a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 02:12:01 +0000 Subject: [PATCH] Bump gittools/actions from 0.9.14 to 0.9.15 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.14 to 0.9.15. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.9.14...v0.9.15) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e858f59..e50b49e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,11 +22,11 @@ jobs: - name: Restore NuGet packages run: nuget restore NHtmlUnit.sln - - uses: gittools/actions/gitversion/setup@v0.9.14 + - uses: gittools/actions/gitversion/setup@v0.9.15 with: versionSpec: '5.x.x' - - uses: gittools/actions/gitversion/execute@v0.9.14 + - uses: gittools/actions/gitversion/execute@v0.9.15 id: gitversion # step id used as reference for output values with: updateAssemblyInfo: true