Skip to content

Commit af138d2

Browse files
Merge pull request #67 from IowaComputerGurus/dependabot/github_actions/gittools/actions-0.9.14
Bump gittools/actions from 0.9.7 to 0.9.14
2 parents 9add430 + ee63a08 commit af138d2

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)