Skip to content

Commit a146e42

Browse files
Bump gittools/actions from 1.1.1 to 3.0.0
Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.1 to 3.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v1.1.1...v3.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9912c73 commit a146e42

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

0 commit comments

Comments
 (0)