Skip to content

Commit 5e1088f

Browse files
chore(deps): bump gittools/actions in the all-dependencies group
Bumps the all-dependencies group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 3.2.1 to 4.0.0 - [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.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b482581 commit 5e1088f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
dotnet-version: "9.x"
5050

5151
- name: tools - gitversion - install
52-
uses: gittools/actions/gitversion/setup@v3.2.1
52+
uses: gittools/actions/gitversion/setup@v4.0.0
5353
with:
5454
versionSpec: "5.x"
5555
preferLatestVersion: true
5656

5757
- name: gitversion - execute
5858
id: gitversion
59-
uses: gittools/actions/gitversion/execute@v3.2.1
59+
uses: gittools/actions/gitversion/execute@v4.0.0
6060
with:
6161
useConfigFile: true
6262
configFilePath: GitVersion.yaml

0 commit comments

Comments
 (0)