From 4498dbaa6120aae5e2bae82f3db1ac04877df37c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 02:36:41 +0000 Subject: [PATCH] Bump gittools/actions from 3.1.1 to 3.1.3 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.1 to 3.1.3. - [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.1.1...v3.1.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 b991ea939..cd72def9e 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.1.1 + - uses: gittools/actions/gitversion/setup@v3.1.3 with: versionSpec: '5.x.x' - id: gitversion - uses: gittools/actions/gitversion/execute@v3.1.1 + uses: gittools/actions/gitversion/execute@v3.1.3 - name: Generate variables id: variables diff --git a/.github/workflows/gem.yml b/.github/workflows/gem.yml index 1f1e57ffc..28df01e49 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.1.1 + - uses: gittools/actions/gitversion/setup@v3.1.3 with: versionSpec: '5.x.x' - id: gitversion - uses: gittools/actions/gitversion/execute@v3.1.1 + uses: gittools/actions/gitversion/execute@v3.1.3 - name: Generate variables id: variables diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65343d3d8..78a9b5083 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.1.1 + - uses: gittools/actions/gitversion/setup@v3.1.3 with: versionSpec: '5.x.x' - id: gitversion - uses: gittools/actions/gitversion/execute@v3.1.1 + uses: gittools/actions/gitversion/execute@v3.1.3 - name: Generate variables id: variables