From 1d9cd1080d2a57ee1f012dc9ca9e95945a5ff13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:38:41 +0000 Subject: [PATCH] Bump gittools/actions from 1 to 2 in /.github/workflows Bumps [gittools/actions](https://github.com/gittools/actions) from 1 to 2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_version.yml b/.github/workflows/_version.yml index 5c39640..1377498 100644 --- a/.github/workflows/_version.yml +++ b/.github/workflows/_version.yml @@ -59,7 +59,7 @@ jobs: # https://github.com/GitTools/actions/blob/main/docs/examples/github/gitversion/setup/usage-examples.md#example-1 - name: Set up GitVersion - uses: gittools/actions/gitversion/setup@v1 + uses: gittools/actions/gitversion/setup@v2 with: versionSpec: '5.x' @@ -67,7 +67,7 @@ jobs: # For a list of all GitVersion Version Variables, see https://gitversion.net/docs/reference/variables - name: Use GitVersion to determine version id: gitversion - uses: gittools/actions/gitversion/execute@v1 + uses: gittools/actions/gitversion/execute@v2 - run: | echo 'Save the GitVersion environment variables to a file.'