Skip to content

Commit 77f3305

Browse files
renovate-botbastianeicher
authored andcommitted
Update gittools/actions action to v0.9.7
1 parent 60b078e commit 77f3305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
12-
- uses: gittools/actions/gitversion/[email protected].6
12+
- uses: gittools/actions/gitversion/[email protected].7
1313
with:
1414
versionSpec: '5.5.x'
15-
- uses: gittools/actions/gitversion/[email protected].6
15+
- uses: gittools/actions/gitversion/[email protected].7
1616
id: gitversion
1717
- if: steps.gitversion.outputs.preReleaseLabel != ''
1818
run: npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}

0 commit comments

Comments
 (0)