Skip to content

Commit

Permalink
update gitversion
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmEmanuel committed Oct 18, 2024
1 parent 1367490 commit c9b6f58
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ runs:
using: 'composite'
steps:
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.10.0
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: '5.x'
versionSpec: '6.x'

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/[email protected]
id: gitversion
uses: gittools/actions/gitversion/[email protected]
with:
useConfigFile: true

- name: Setup assets cache
id: assetscache
Expand Down

0 comments on commit c9b6f58

Please sign in to comment.