Skip to content

Commit 5420cc1

Browse files
Bump gittools/actions from 3.0.2 to 4.2.0
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.2 to 4.2.0. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.0.2...v4.2.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29aaddf commit 5420cc1

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
@@ -68,13 +68,13 @@ jobs:
6868
$newBranchName = "contrib/$branchName"
6969
git checkout -b $newBranchName
7070
- name: Install GitVersion
71-
uses: gittools/actions/gitversion/setup@v3.0.2
71+
uses: gittools/actions/gitversion/setup@v4.2.0
7272
with:
7373
versionSpec: "5.x"
7474
includePrerelease: true
7575
- name: Execute GitVersion
7676
id: gitversion
77-
uses: gittools/actions/gitversion/execute@v3.0.2
77+
uses: gittools/actions/gitversion/execute@v4.2.0
7878
with:
7979
useConfigFile: true
8080

0 commit comments

Comments
 (0)