Skip to content

Commit c635b77

Browse files
Bump gittools/actions from 4.4.1 to 4.4.2 in the actions-minor group (#156)
Bumps the actions-minor 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: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c794932 commit c635b77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: Install GitVersion
47-
uses: gittools/actions/gitversion/setup@v4.4.1
47+
uses: gittools/actions/gitversion/setup@v4.4.2
4848
with:
4949
versionSpec: '6.x'
5050

5151
- name: Determine Version
5252
id: gitversion
53-
uses: gittools/actions/gitversion/execute@v4.4.1
53+
uses: gittools/actions/gitversion/execute@v4.4.2
5454

5555
- name: Create Release (tag)
5656
uses: ncipollo/release-action@v1.21.0

0 commit comments

Comments
 (0)