Skip to content

Commit 705bef0

Browse files
Bump gittools/actions from 4.2.0 to 4.4.1 in the github-actions group (#50)
Bumps the github-actions group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 4.2.0 to 4.4.1 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v4.2.0...v4.4.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d9115a commit 705bef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)