From 722b070788ca52ec4bf7e41842eb03b4e7fd402a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 02:05:52 +0000 Subject: [PATCH] Bump gittools/actions from 3.0.3 to 3.1.1 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.3 to 3.1.1. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](https://github.com/gittools/actions/compare/v3.0.3...v3.1.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/gem.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b45455e1d..b991ea939 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,12 +17,12 @@ jobs: with: fetch-depth: 0 - - uses: gittools/actions/gitversion/setup@v3.0.3 + - uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x.x' - id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Generate variables id: variables diff --git a/.github/workflows/gem.yml b/.github/workflows/gem.yml index 9c6369825..1f1e57ffc 100644 --- a/.github/workflows/gem.yml +++ b/.github/workflows/gem.yml @@ -15,12 +15,12 @@ jobs: with: fetch-depth: 0 - - uses: gittools/actions/gitversion/setup@v3.0.3 + - uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x.x' - id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Generate variables id: variables diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d73137ea5..65343d3d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,12 +15,12 @@ jobs: with: fetch-depth: 0 - - uses: gittools/actions/gitversion/setup@v3.0.3 + - uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x.x' - id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Generate variables id: variables