Skip to content

Commit 39b11d5

Browse files
Bump gittools/actions from 2.0.0 to 3.0.0 (#316)
Bumps [gittools/actions](https://github.com/gittools/actions) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 941853e commit 39b11d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
with:
1414
fetch-depth: 0 #fetch-depth is needed for GitVersion
1515
- name: Install GitVersion #Install and calculate the new version with GitVersion
16-
uses: gittools/actions/gitversion/setup@v2.0.0
16+
uses: gittools/actions/gitversion/setup@v3.0.0
1717
with:
1818
versionSpec: 5.x
1919
- name: Determine Version
20-
uses: gittools/actions/gitversion/execute@v2.0.0
20+
uses: gittools/actions/gitversion/execute@v3.0.0
2121
id: gitversion # step id used as reference for output values
2222
- name: Display GitVersion outputs
2323
run: |

0 commit comments

Comments
 (0)