Skip to content

Commit 91fe224

Browse files
Bump gittools/actions from 4.1.0 to 4.2.0 (#30)
Bumps [gittools/actions](https://github.com/gittools/actions) from 4.1.0 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@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77f1043 commit 91fe224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/setup@v4.1.0
27+
uses: gittools/actions/gitversion/setup@v4.2.0
2828
with:
2929
versionSpec: '6.3.x'
3030

3131
- name: Determine Version
3232
id: version_step
33-
uses: gittools/actions/gitversion/execute@v4.1.0
33+
uses: gittools/actions/gitversion/execute@v4.2.0
3434
with:
3535
updateProjectFiles: true
3636

0 commit comments

Comments
 (0)