chore(deps): update gittools/actions action to v3.0.3 #12

Merged
renovate[bot] merged 1 commit from renovate/gittools-actions-3.x into main 2024-11-21 07:20:07 +00:00

View file

@ -30,12 +30,12 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install GitVersion - name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.2 uses: gittools/actions/gitversion/setup@v3.0.3
with: with:
versionSpec: "5.x" versionSpec: "5.x"
- name: Determine Version - name: Determine Version
id: gitversion id: gitversion
uses: gittools/actions/gitversion/execute@v3.0.2 uses: gittools/actions/gitversion/execute@v3.0.3
with: with:
useConfigFile: true useConfigFile: true