Skip to content

Commit ab8d899

Browse files
Bump gittools/actions from 3.2.0 to 3.2.1
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.2.0 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.2.0...v3.2.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b34f1d8 commit ab8d899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/determine-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
fetch-depth: 0
6262

6363
- name: 'Setup GitVersion ${{ env.git-version }}'
64-
uses: gittools/actions/gitversion/setup@v3.2.0
64+
uses: gittools/actions/gitversion/setup@v3.2.1
6565
with:
6666
versionSpec: ${{ inputs.gitversion-version }}
6767
preferLatestVersion: true
6868

6969
- name: 'Determine version'
7070
id: gitversion
71-
uses: gittools/actions/gitversion/execute@v3.2.0
71+
uses: gittools/actions/gitversion/execute@v3.2.1
7272
with:
7373
useConfigFile: true
7474
configFilePath: ${{ inputs.config-file-path }}

0 commit comments

Comments
 (0)