Skip to content

Commit a843c5c

Browse files
Bump gittools/actions from 4.0.0 to 4.1.0 (#11)
Bumps [gittools/actions](https://github.com/gittools/actions) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92f004f commit a843c5c

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.0.0
27+
uses: gittools/actions/gitversion/setup@v4.1.0
2828
with:
2929
versionSpec: '6.3.x'
3030

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

0 commit comments

Comments
 (0)