From 3149440954e259a4d86d40672b3550a1880de8ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:24:41 +0300 Subject: [PATCH] Bump gittools/actions from 1 to 2 (#1238) Bumps [gittools/actions](https://github.com/gittools/actions) from 1 to 2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/extension.yml | 4 ++-- .github/workflows/server.yml | 4 ++-- .github/workflows/updater.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index e352ea05..612124d9 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -36,13 +36,13 @@ jobs: fetch-depth: 0 # Required for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1 + uses: gittools/actions/gitversion/setup@v2 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v1 + uses: gittools/actions/gitversion/execute@v2 with: useConfigFile: true diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 82062d65..2d1c4357 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -40,12 +40,12 @@ jobs: fetch-depth: 0 # Required for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1 + uses: gittools/actions/gitversion/setup@v2 with: versionSpec: '5.x' - name: Determine Version - uses: gittools/actions/gitversion/execute@v1 + uses: gittools/actions/gitversion/execute@v2 id: gitversion with: useConfigFile: true diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 115e38ca..5f5a501e 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -63,12 +63,12 @@ jobs: fetch-depth: 0 # Required for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1 + uses: gittools/actions/gitversion/setup@v2 with: versionSpec: '5.x' - name: Determine Version - uses: gittools/actions/gitversion/execute@v1 + uses: gittools/actions/gitversion/execute@v2 id: gitversion with: useConfigFile: true