Skip to content

Commit 59a504f

Browse files
authored
Merge pull request #147 from funktechno/dependabot/github_actions/gittools/actions-4.2.0
Bump gittools/actions from 4.1.0 to 4.2.0
2 parents 35b8926 + 7f484b9 commit 59a504f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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.1.0
18+
uses: gittools/actions/gitversion/setup@v4.2.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.1.0
24+
uses: gittools/actions/gitversion/execute@v4.2.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
@@ -19,13 +19,13 @@ jobs:
1919
fetch-depth: 0 # Fetch full git history for version calculation
2020

2121
- name: Install GitVersion
22-
uses: gittools/actions/gitversion/setup@v4.1.0
22+
uses: gittools/actions/gitversion/setup@v4.2.0
2323
with:
2424
versionSpec: "6.3.x"
2525

2626
- name: Determine Version
2727
id: version_step # step id used as a reference for output values
28-
uses: gittools/actions/gitversion/execute@v4.1.0
28+
uses: gittools/actions/gitversion/execute@v4.2.0
2929
env:
3030
DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1
3131
with:

0 commit comments

Comments
 (0)