Skip to content

Commit 93fd300

Browse files
Merge pull request #18 from IowaComputerGurus/dependabot/github_actions/gittools/actions-0.10.2
Bump gittools/actions from 0.9.15 to 0.10.2
2 parents e01265c + 3279714 commit 93fd300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

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

5353
- name: Determine Version
5454
id: gitversion
55-
uses: gittools/actions/gitversion/execute@v0.9.15
55+
uses: gittools/actions/gitversion/execute@v0.10.2
5656
with:
5757
useConfigFile: true
5858

.github/workflows/release-build.yml

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

3030
- name: Determine Version
3131
id: gitversion
32-
uses: gittools/actions/gitversion/execute@v0.9.15
32+
uses: gittools/actions/gitversion/execute@v0.10.2
3333
with:
3434
useConfigFile: true
3535

0 commit comments

Comments
 (0)