Skip to content

Commit 3e0e675

Browse files
Bump gittools/actions from 3.1.11 to 3.2.1 (#158)
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.11 to 3.2.1. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.1.11...v3.2.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 3.2.1 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 303b526 commit 3e0e675

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@v3.1.11
24+
uses: gittools/actions/gitversion/setup@v3.2.1
2525
with:
2626
versionSpec: '6.0.5'
2727
- name: Use GitVersion
2828
id: gitversion # step id used as reference for output values
29-
uses: gittools/actions/gitversion/execute@v3.1.11
29+
uses: gittools/actions/gitversion/execute@v3.2.1
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
@@ -20,12 +20,12 @@ jobs:
2020
- name: Fetch all history for all tags and branches
2121
run: git fetch --prune --unshallow
2222
- name: Install GitVersion
23-
uses: gittools/actions/gitversion/setup@v3.1.11
23+
uses: gittools/actions/gitversion/setup@v3.2.1
2424
with:
2525
versionSpec: '6.0.5'
2626
- name: Use GitVersion
2727
id: gitversion # step id used as reference for output values
28-
uses: gittools/actions/gitversion/execute@v3.1.11
28+
uses: gittools/actions/gitversion/execute@v3.2.1
2929
- run: |
3030
echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}"
3131
echo "FullSemVer: ${{ steps.gitversion.outputs.FullSemVer }}"

0 commit comments

Comments
 (0)