Skip to content

Commit 0b79e3d

Browse files
Bump gittools/actions from 4.4.1 to 4.4.2 in the github-actions group (#52)
Bumps the github-actions group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 4.4.1 to 4.4.2 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-patch 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 dd7f032 commit 0b79e3d

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

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

0 commit comments

Comments
 (0)