From 5869c72544de15b0b27786c08fa0c16478ccad7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:23:17 +0000 Subject: [PATCH] Bump gittools/actions from 2 to 3 Bumps [gittools/actions](https://github.com/gittools/actions) from 2 to 3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v2...v3) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/copilot-build-backend.yml | 4 ++-- .github/workflows/copilot-build-memorypipeline.yml | 4 ++-- .github/workflows/copilot-build-plugins.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/copilot-build-backend.yml b/.github/workflows/copilot-build-backend.yml index 50b2c0961..4349bb9f7 100644 --- a/.github/workflows/copilot-build-backend.yml +++ b/.github/workflows/copilot-build-backend.yml @@ -38,13 +38,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2 + uses: gittools/actions/gitversion/setup@v3 with: versionSpec: "5.x" - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v2 + uses: gittools/actions/gitversion/execute@v3 - name: Set version tag id: versiontag diff --git a/.github/workflows/copilot-build-memorypipeline.yml b/.github/workflows/copilot-build-memorypipeline.yml index 69efd66bc..e9f218dc9 100644 --- a/.github/workflows/copilot-build-memorypipeline.yml +++ b/.github/workflows/copilot-build-memorypipeline.yml @@ -32,13 +32,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2 + uses: gittools/actions/gitversion/setup@v3 with: versionSpec: "5.x" - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v2 + uses: gittools/actions/gitversion/execute@v3 - name: Set version tag id: versiontag diff --git a/.github/workflows/copilot-build-plugins.yml b/.github/workflows/copilot-build-plugins.yml index c7027f9e1..c269b0764 100644 --- a/.github/workflows/copilot-build-plugins.yml +++ b/.github/workflows/copilot-build-plugins.yml @@ -32,13 +32,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2 + uses: gittools/actions/gitversion/setup@v3 with: versionSpec: "5.x" - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v2 + uses: gittools/actions/gitversion/execute@v3 - name: Set version tag id: versiontag