Skip to content

Commit 4f530ec

Browse files
(github-actions): Bump gittools/actions from 3.1.1 to 3.1.2
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9de40dd commit 4f530ec

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/example-7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Install GitVersion
20-
uses: gittools/actions/gitversion/setup@v3.1.1
20+
uses: gittools/actions/gitversion/setup@v3.1.2
2121
with:
2222
versionSpec: '6.0.x'
2323

2424
- name: Determine Version
2525
id: version_step # step id used as reference for output values
26-
uses: gittools/actions/gitversion/execute@v3.1.1
26+
uses: gittools/actions/gitversion/execute@v3.1.2
2727

2828
- run: |
2929
echo "FullSemVer (env.fullSemVer) : ${{ env.fullSemVer }}"

.github/workflows/example-8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Install GitVersion
26-
uses: gittools/actions/gitversion/setup@v3.1.1
26+
uses: gittools/actions/gitversion/setup@v3.1.2
2727
with:
2828
versionSpec: '6.0.x'
2929

3030
- name: Determine Version
3131
id: version_step # step id used as reference for output values
32-
uses: gittools/actions/gitversion/execute@v3.1.1
32+
uses: gittools/actions/gitversion/execute@v3.1.2
3333

3434
GitVersion_v6_cross_job_consumer_without_prefix:
3535
name: GitVersion v6 (cross job consumer) - without prefix

0 commit comments

Comments
 (0)