Skip to content

Commit a18dae6

Browse files
Bump gittools/actions from 0.9.15 to 0.10.2
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.15 to 0.10.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.15...v0.10.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65672a9 commit a18dae6

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.15
31+
uses: gittools/actions/gitversion/execute@v0.10.2
3232
with:
3333
useConfigFile: true
3434

@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Determine Version
8282
id: gitversion
83-
uses: gittools/actions/gitversion/execute@v0.9.15
83+
uses: gittools/actions/gitversion/execute@v0.10.2
8484
with:
8585
useConfigFile: true
8686

.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.15
30+
uses: gittools/actions/gitversion/execute@v0.10.2
3131
with:
3232
useConfigFile: true
3333

0 commit comments

Comments
 (0)