Merge pull request #17 from chris-kruining/renovate/gittools-actions-3.x
Update gittools/actions action to v3.1.1
This commit is contained in:
commit
7aab9b2bd0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/app.yml
vendored
4
.github/workflows/app.yml
vendored
|
@ -31,12 +31,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install GitVersion
|
- name: Install GitVersion
|
||||||
uses: gittools/actions/gitversion/setup@v3.0.3
|
uses: gittools/actions/gitversion/setup@v3.1.1
|
||||||
with:
|
with:
|
||||||
versionSpec: "5.x"
|
versionSpec: "5.x"
|
||||||
- name: Determine Version
|
- name: Determine Version
|
||||||
id: gitversion
|
id: gitversion
|
||||||
uses: gittools/actions/gitversion/execute@v3.0.3
|
uses: gittools/actions/gitversion/execute@v3.1.1
|
||||||
with:
|
with:
|
||||||
useConfigFile: true
|
useConfigFile: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue