Skip to content

Commit b3a94f9

Browse files
Merge pull request #70 from MakingSense/dependabot/github_actions/gittools/actions-0.10.2
2 parents 0b461b8 + d35136c commit b3a94f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: Test
2727
run: dotnet test --no-build --verbosity normal
2828
- name: Install GitVersion
29-
uses: gittools/actions/gitversion/setup@v0.9.15
29+
uses: gittools/actions/gitversion/setup@v0.10.2
3030
with:
3131
versionSpec: '5.x'
3232
- name: Determine Version
3333
id: gitversion # step id used as reference for output values
34-
uses: gittools/actions/gitversion/execute@v0.9.15
34+
uses: gittools/actions/gitversion/execute@v0.10.2
3535
- name: Semantic Version
3636
run: |
3737
echo "SemVer: ${{ steps.gitversion.outputs.semVer }}"

0 commit comments

Comments
 (0)