Skip to content

Commit 393c48b

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 50440e0 commit 393c48b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
fetch-depth: 0 #fetch-depth is needed for GitVersion
2020
#Install and calculate the new version with GitVersion
2121
- name: Install GitVersion
22-
uses: gittools/actions/gitversion/setup@v3.2.1
22+
uses: gittools/actions/gitversion/setup@v4.0.1
2323
with:
2424
versionSpec: 5.x
2525
- name: Determine Version
26-
uses: gittools/actions/gitversion/execute@v3.2.1
26+
uses: gittools/actions/gitversion/execute@v4.0.1
2727
id: gitversion # step id used as reference for output values
2828
- name: Display GitVersion outputs
2929
run: |

0 commit comments

Comments
 (0)