Skip to content

Commit f2738f2

Browse files
build(deps): bump gittools/actions from 0.9.13 to 0.9.15
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.13 to 0.9.15. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.13...v0.9.15) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40bee98 commit f2738f2

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/[email protected].13
29+
uses: gittools/actions/gitversion/[email protected].15
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/[email protected].13
34+
uses: gittools/actions/gitversion/[email protected].15
3535
- name: Semantic Version
3636
run: |
3737
echo "SemVer: ${{ steps.gitversion.outputs.semVer }}"

0 commit comments

Comments
 (0)