Skip to content

Commit 5ced9cf

Browse files
Merge pull request #30 from IowaComputerGurus/dependabot/github_actions/gittools/actions-0.13.2
Bump gittools/actions from 0.10.2 to 0.13.2
2 parents 223091b + 4fe06f1 commit 5ced9cf

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Determine Version
3232
id: gitversion
33-
uses: gittools/actions/gitversion/execute@v0.10.2
33+
uses: gittools/actions/gitversion/execute@v0.13.2
3434
with:
3535
useConfigFile: true
3636

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

0 commit comments

Comments
 (0)