Update gittools/actions action to v4.0.1 #58

Merged
renovate[bot] merged 1 commit from renovate/gittools-actions-4.x into main 2025-07-09 05:38:01 +00:00
Showing only changes of commit 8ae594d1f5 - Show all commits

View file

@ -31,12 +31,12 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install GitVersion - name: Install GitVersion
uses: gittools/actions/gitversion/setup@v4.0.0 uses: gittools/actions/gitversion/setup@v4.0.1
with: with:
versionSpec: "5.x" versionSpec: "5.x"
- name: Determine Version - name: Determine Version
id: gitversion id: gitversion
uses: gittools/actions/gitversion/execute@v4.0.0 uses: gittools/actions/gitversion/execute@v4.0.1
with: with:
useConfigFile: true useConfigFile: true