Skip to content

Commit ee63a08

Browse files
Bump gittools/actions from 0.9.7 to 0.9.14
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.7 to 0.9.14. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.7...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>
1 parent 9add430 commit ee63a08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Determine Version
3030
id: gitversion
31-
uses: gittools/actions/gitversion/execute@v0.9.7
31+
uses: gittools/actions/gitversion/execute@v0.9.14
3232
with:
3333
useConfigFile: true
3434

@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Determine Version
8383
id: gitversion
84-
uses: gittools/actions/gitversion/execute@v0.9.7
84+
uses: gittools/actions/gitversion/execute@v0.9.14
8585
with:
8686
useConfigFile: true
8787

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Determine Version
2929
id: gitversion
30-
uses: gittools/actions/gitversion/execute@v0.9.7
30+
uses: gittools/actions/gitversion/execute@v0.9.14
3131
with:
3232
useConfigFile: true
3333

0 commit comments

Comments
 (0)