Skip to content

Commit 13d245e

Browse files
Bump gittools/actions from 3.1.3 to 3.1.11 (#161)
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.3 to 3.1.11. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.1.3...v3.1.11) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a71c83c commit 13d245e

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/[email protected].3
24+
uses: gittools/actions/gitversion/[email protected].11
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/[email protected].3
29+
uses: gittools/actions/gitversion/[email protected].11
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/[email protected].3
26+
uses: gittools/actions/gitversion/[email protected].11
2727
with:
2828
versionSpec: '6.0.5'
2929
- name: Use GitVersion
3030
id: gitversion # step id used as reference for output values
31-
uses: gittools/actions/gitversion/[email protected].3
31+
uses: gittools/actions/gitversion/[email protected].11
3232
- run: |
3333
echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}"
3434
echo "FullSemVer: ${{ steps.gitversion.outputs.FullSemVer }}"

0 commit comments

Comments
 (0)