Update gittools/actions action to v3.1.11

This commit is contained in:
renovate[bot] 2025-01-22 16:50:31 +00:00 committed by GitHub
parent 5862248153
commit 91aeb26118
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@v3.1.1 uses: gittools/actions/gitversion/setup@v3.1.11
with: with:
versionSpec: "5.x" versionSpec: "5.x"
- name: Determine Version - name: Determine Version
id: gitversion id: gitversion
uses: gittools/actions/gitversion/execute@v3.1.1 uses: gittools/actions/gitversion/execute@v3.1.11
with: with:
useConfigFile: true useConfigFile: true