From 9ae92987f212cfa9a70a13750f002478d3359235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 05:58:32 +0000 Subject: [PATCH] Bump gittools/actions from 0.12.0 to 0.13.2 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.12.0 to 0.13.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.12.0...v0.13.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/release-publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f329705..efc0489 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,13 +41,13 @@ jobs: run: python3 -m pip install -r ./requirements.txt - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.12.0 + uses: gittools/actions/gitversion/setup@v0.13.2 with: versionSpec: '5.x' - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v0.12.0 + uses: gittools/actions/gitversion/execute@v0.13.2 - run: | echo "Major: ${{ steps.gitversion.outputs.major }}" echo "Minor: ${{ steps.gitversion.outputs.minor }}" diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 0645583..3debbb0 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -38,13 +38,13 @@ jobs: run: python3 -m pip install -r ./requirements.txt - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.12.0 + uses: gittools/actions/gitversion/setup@v0.13.2 with: versionSpec: '5.x' - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v0.12.0 + uses: gittools/actions/gitversion/execute@v0.13.2 - run: | echo "Major: ${{ steps.gitversion.outputs.major }}" echo "Minor: ${{ steps.gitversion.outputs.minor }}"