Skip to content

Commit 52cfd94

Browse files
Bump gittools/actions from 3.1.11 to 3.2.0
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.11 to 3.2.0. - [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.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 150ca35 commit 52cfd94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/determine-version.yml

+2-2
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.1.11
64+
uses: gittools/actions/gitversion/setup@v3.2.0
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.1.11
71+
uses: gittools/actions/gitversion/execute@v3.2.0
7272
with:
7373
useConfigFile: true
7474
configFilePath: ${{ inputs.config-file-path }}

0 commit comments

Comments
 (0)