Skip to content

Commit

Permalink
GitAuto: [CHORE] Upgrade GitVersion to version 6 (#52)
Browse files Browse the repository at this point in the history
* 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 <guilherme@guilhermebranco.com.br>
  • Loading branch information
gitauto-ai[bot] and guibranco authored Nov 22, 2024
1 parent 8d6a105 commit 6c9c415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mode: Mainline
workflow: GitHubFlow/v1
mode: ContinuousDeployment

0 comments on commit 6c9c415

Please sign in to comment.