Skip to content

Commit b6d82ce

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
fetch-depth: 0 # Fetch full git history for version calculation
1616

1717
- name: Install GitVersion
18-
uses: gittools/actions/gitversion/setup@v4.2.0
18+
uses: gittools/actions/gitversion/setup@v4.5.0
1919
with:
2020
versionSpec: "6.3.x"
2121

2222
- name: Determine Version
2323
id: version_step # step id used as a reference for output values
24-
uses: gittools/actions/gitversion/execute@v4.2.0
24+
uses: gittools/actions/gitversion/execute@v4.5.0
2525
env:
2626
DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1
2727
with:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
fetch-depth: 0 # Fetch full git history for version calculation
2727

2828
- name: Install GitVersion
29-
uses: gittools/actions/gitversion/setup@v4.2.0
29+
uses: gittools/actions/gitversion/setup@v4.5.0
3030
with:
3131
versionSpec: "6.3.x"
3232

3333
- name: Determine Version
3434
id: version_step # step id used as a reference for output values
35-
uses: gittools/actions/gitversion/execute@v4.2.0
35+
uses: gittools/actions/gitversion/execute@v4.5.0
3636
env:
3737
DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1
3838
with:

0 commit comments

Comments
 (0)