From 6c9c415c197a946fa9d713d916f8f27f86af07e9 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:27:28 +0000 Subject: [PATCH] GitAuto: [CHORE] Upgrade GitVersion to version 6 (#52) * Update .github/workflows/ci.yml * Update .github/workflows/ci.yml * Update .github/workflows/ci.yml * Update .github/workflows/deploy.yml * Update .github/workflows/build.yml * Update GitVersion.yml * Delete .github/workflows/build.yml * Delete .github/workflows/deploy.yml * Update GitVersion.yml * Update ci.yml --------- Co-authored-by: gitauto-ai[bot] <161652217+gitauto-ai[bot]@users.noreply.github.com> Co-authored-by: Guilherme Branco Stracini --- .github/workflows/ci.yml | 6 +++--- GitVersion.yml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b162ec9..81a8713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,13 +44,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2 + uses: gittools/actions/gitversion/setup@v3.0.3 with: - versionSpec: '5.x' + versionSpec: '6.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v2 + uses: gittools/actions/gitversion/execute@v3.0.3 with: useConfigFile: true diff --git a/GitVersion.yml b/GitVersion.yml index 0093d88..8dab3d1 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1 +1,2 @@ -mode: Mainline +workflow: GitHubFlow/v1 +mode: ContinuousDeployment