Skip to content

Commit 958551b

Browse files
Bump gittools/actions from 3.2.1 to 4.0.1
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.2.1 to 4.0.1. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.2.1...v4.0.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f09b75 commit 958551b

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
@@ -65,14 +65,14 @@ jobs:
6565
fetch-depth: 0
6666

6767
- name: 'Setup GitVersion ${{ env.git-version }}'
68-
uses: gittools/actions/gitversion/setup@v3.2.1
68+
uses: gittools/actions/gitversion/setup@v4.0.1
6969
with:
7070
versionSpec: ${{ inputs.gitversion-version }}
7171
preferLatestVersion: true
7272

7373
- name: 'Determine version'
7474
id: gitversion
75-
uses: gittools/actions/gitversion/execute@v3.2.1
75+
uses: gittools/actions/gitversion/execute@v4.0.1
7676
with:
7777
useConfigFile: true
7878
configFilePath: ${{ inputs.config-file-path }}

0 commit comments

Comments
 (0)