From 56506cd4c6733adf1d77f2cf769d11721d8308fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:21:51 +0000 Subject: [PATCH] Bump gittools/actions from 1.2.0 to 2.0.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CICD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 381cc9c..93501f1 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -23,12 +23,12 @@ jobs: #Install and calculate the new version with GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.2.0 + uses: gittools/actions/gitversion/setup@v2.0.0 with: versionSpec: 5.x - name: Determine Version - uses: gittools/actions/gitversion/execute@v1.2.0 + uses: gittools/actions/gitversion/execute@v2.0.0 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs