mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-21 01:39:32 +00:00
Update GitVersion to 0.9.3
This commit is contained in:
@@ -30,13 +30,13 @@ jobs:
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
- name: "Install GitVersion"
|
||||
uses: gittools/actions/gitversion/setup@v0.9.2
|
||||
uses: gittools/actions/gitversion/setup@v0.9.3
|
||||
with:
|
||||
versionSpec: '5.2.x'
|
||||
|
||||
- name: "Use GitVersion"
|
||||
id: gitversion # step id used as reference for output values
|
||||
uses: gittools/actions/gitversion/execute@v0.9.2
|
||||
uses: gittools/actions/gitversion/execute@v0.9.3
|
||||
|
||||
- run: |
|
||||
echo "Major: ${{ steps.gitversion.outputs.major }}"
|
||||
|
||||
Reference in New Issue
Block a user