Merge pull request #58 from chris-kruining/renovate/gittools-actions-4.x

This commit is contained in:
Chris Kruining 2025-07-09 07:38:01 +02:00 committed by GitHub
commit f9c65835fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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