Skip to content

Commit df8934d

Browse files
Update gittools/actions action to v3.2.1
1 parent 127a1d2 commit df8934d

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
@@ -10,10 +10,10 @@ jobs:
1010
with:
1111
fetch-depth: 0
1212
show-progress: false
13-
- uses: gittools/actions/gitversion/[email protected].0
13+
- uses: gittools/actions/gitversion/[email protected].1
1414
with:
1515
versionSpec: '5.12.x'
16-
- uses: gittools/actions/gitversion/[email protected].0
16+
- uses: gittools/actions/gitversion/[email protected].1
1717
id: gitversion
1818
- if: github.ref_type != 'tag'
1919
run: npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}

0 commit comments

Comments
 (0)