Skip to content

Commit 2a74673

Browse files
Merge pull request #77 from IowaComputerGurus/dependabot/github_actions/gittools/actions-1.1.1
Bump gittools/actions from 0.10.2 to 1.1.1
2 parents 921561e + ce85c41 commit 2a74673

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-build.yml

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

@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Determine Version
8181
id: gitversion
82-
uses: gittools/actions/gitversion/execute@v0.10.2
82+
uses: gittools/actions/gitversion/execute@v1.1.1
8383
with:
8484
useConfigFile: true
8585

.github/workflows/release-build.yml

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

0 commit comments

Comments
 (0)