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
|
||||
|
||||
- name: Install GitVersion
|
||||
uses: gittools/actions/gitversion/setup@v0.9.3
|
||||
uses: gittools/actions/gitversion/setup@v0.9.7
|
||||
with:
|
||||
versionSpec: '5.3.x'
|
||||
|
||||
# step id used as reference for output values
|
||||
- name: Use GitVersion
|
||||
id: gitversion
|
||||
uses: gittools/actions/gitversion/execute@v0.9.3
|
||||
uses: gittools/actions/gitversion/execute@v0.9.7
|
||||
|
||||
- name: Get Time
|
||||
id: time
|
||||
|
||||
Reference in New Issue
Block a user