Skip to content

Commit 5869c72

Browse files
Bump gittools/actions from 2 to 3
Bumps [gittools/actions](https://github.com/gittools/actions) from 2 to 3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v2...v3) --- 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 23b2782 commit 5869c72

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/copilot-build-backend.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
fetch-depth: 0
3939

4040
- name: Install GitVersion
41-
uses: gittools/actions/gitversion/setup@v2
41+
uses: gittools/actions/gitversion/setup@v3
4242
with:
4343
versionSpec: "5.x"
4444

4545
- name: Determine version
4646
id: gitversion
47-
uses: gittools/actions/gitversion/execute@v2
47+
uses: gittools/actions/gitversion/execute@v3
4848

4949
- name: Set version tag
5050
id: versiontag

.github/workflows/copilot-build-memorypipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Install GitVersion
35-
uses: gittools/actions/gitversion/setup@v2
35+
uses: gittools/actions/gitversion/setup@v3
3636
with:
3737
versionSpec: "5.x"
3838

3939
- name: Determine version
4040
id: gitversion
41-
uses: gittools/actions/gitversion/execute@v2
41+
uses: gittools/actions/gitversion/execute@v3
4242

4343
- name: Set version tag
4444
id: versiontag

.github/workflows/copilot-build-plugins.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Install GitVersion
35-
uses: gittools/actions/gitversion/setup@v2
35+
uses: gittools/actions/gitversion/setup@v3
3636
with:
3737
versionSpec: "5.x"
3838

3939
- name: Determine version
4040
id: gitversion
41-
uses: gittools/actions/gitversion/execute@v2
41+
uses: gittools/actions/gitversion/execute@v3
4242

4343
- name: Set version tag
4444
id: versiontag

0 commit comments

Comments
 (0)