Skip to content

Commit 148a99c

Browse files
Bump gittools/actions from 4.1.0 to 4.2.0 (#211)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1863ea commit 148a99c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nightly-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Fetch all history for all tags and branches
2222
run: git fetch --prune --unshallow
2323
- name: Install GitVersion
24-
uses: gittools/actions/gitversion/setup@v4.1.0
24+
uses: gittools/actions/gitversion/setup@v4.2.0
2525
with:
2626
versionSpec: '6.x'
2727
- name: Use GitVersion
2828
id: gitversion # step id used as reference for output values
29-
uses: gittools/actions/gitversion/execute@v4.1.0
29+
uses: gittools/actions/gitversion/execute@v4.2.0
3030
- run: |
3131
echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}"
3232
echo "FullSemVer: ${{ steps.gitversion.outputs.FullSemVer }}"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- name: Fetch all history for all tags and branches
2424
run: git fetch --prune --unshallow
2525
- name: Install GitVersion
26-
uses: gittools/actions/gitversion/setup@v4.1.0
26+
uses: gittools/actions/gitversion/setup@v4.2.0
2727
with:
2828
versionSpec: '6.x'
2929
- name: Use GitVersion
3030
id: gitversion # step id used as reference for output values
31-
uses: gittools/actions/gitversion/execute@v4.1.0
31+
uses: gittools/actions/gitversion/execute@v4.2.0
3232
- run: |
3333
echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}"
3434
echo "FullSemVer: ${{ steps.gitversion.outputs.FullSemVer }}"

0 commit comments

Comments
 (0)