Skip to content

Commit 673ce6d

Browse files
Bump gittools/actions from 4.2.0 to 4.3.3
Bumps [gittools/actions](https://github.com/gittools/actions) from 4.2.0 to 4.3.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v4.2.0...v4.3.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33b1c32 commit 673ce6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
with:
1414
fetch-depth: 0 #fetch-depth is needed for GitVersion
1515
- name: Install GitVersion #Install and calculate the new version with GitVersion
16-
uses: gittools/actions/gitversion/setup@v4.2.0
16+
uses: gittools/actions/gitversion/setup@v4.3.3
1717
with:
1818
versionSpec: 6.x
1919
- name: Determine Version
20-
uses: gittools/actions/gitversion/execute@v4.2.0
20+
uses: gittools/actions/gitversion/execute@v4.3.3
2121
id: gitversion # step id used as reference for output values
2222
- name: Display GitVersion outputs
2323
run: |

0 commit comments

Comments
 (0)