Skip to content

Commit b94ecc3

Browse files
Bump gittools/actions from 0.9.13 to 0.9.14
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.13 to 0.9.14. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.13...v0.9.14) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fca85b0 commit b94ecc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Restore NuGet packages
2323
run: nuget restore NHtmlUnit.sln
2424

25-
- uses: gittools/actions/gitversion/setup@v0.9.13
25+
- uses: gittools/actions/gitversion/setup@v0.9.14
2626
with:
2727
versionSpec: '5.x.x'
2828

29-
- uses: gittools/actions/gitversion/execute@v0.9.13
29+
- uses: gittools/actions/gitversion/execute@v0.9.14
3030
id: gitversion # step id used as reference for output values
3131
with:
3232
updateAssemblyInfo: true

0 commit comments

Comments
 (0)