Skip to content

Commit 412fb57

Browse files
Merge pull request #24 from IowaComputerGurus/dependabot/github_actions/gittools/actions-0.10.2
Bump gittools/actions from 0.9.15 to 0.10.2
2 parents ef3d2bf + 2264594 commit 412fb57

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)