ci: upgrade gitversion step
ref: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
This commit is contained in:
4
.github/workflows/artifacts.yaml
vendored
4
.github/workflows/artifacts.yaml
vendored
@@ -39,14 +39,14 @@ jobs:
|
|||||||
run: git fetch --prune --unshallow
|
run: git fetch --prune --unshallow
|
||||||
|
|
||||||
- name: Install GitVersion
|
- name: Install GitVersion
|
||||||
uses: gittools/actions/gitversion/setup@v0.9.3
|
uses: gittools/actions/gitversion/setup@v0.9.7
|
||||||
with:
|
with:
|
||||||
versionSpec: '5.3.x'
|
versionSpec: '5.3.x'
|
||||||
|
|
||||||
# step id used as reference for output values
|
# step id used as reference for output values
|
||||||
- name: Use GitVersion
|
- name: Use GitVersion
|
||||||
id: gitversion
|
id: gitversion
|
||||||
uses: gittools/actions/gitversion/execute@v0.9.3
|
uses: gittools/actions/gitversion/execute@v0.9.7
|
||||||
|
|
||||||
- name: Get Time
|
- name: Get Time
|
||||||
id: time
|
id: time
|
||||||
|
|||||||
Reference in New Issue
Block a user