Bump gittools/actions from 0.9.13 to 0.9.14

Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.13 to 0.9.14.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](https://github.com/gittools/actions/compare/v0.9.13...v0.9.14)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-17 14:50:57 +00:00
committed by BDisp
parent 7a506dd2ef
commit ff96e0923f

View File

@@ -16,12 +16,12 @@ jobs:
fetch-depth: 0 #fetch-depth is needed for GitVersion
- name: Install and calculate the new version with GitVersion
uses: gittools/actions/gitversion/setup@v0.9.13
uses: gittools/actions/gitversion/setup@v0.9.14
with:
versionSpec: 5.x
- name: Determine Version
uses: gittools/actions/gitversion/execute@v0.9.13
uses: gittools/actions/gitversion/execute@v0.9.14
id: gitversion # step id used as reference for output values
- name: Display GitVersion outputs