Skip to content

Commit 6faddc0

Browse files
authored
Merge pull request #60 from HtmlUnit/dependabot/github_actions/gittools/actions-0.9.14
Bump gittools/actions from 0.9.13 to 0.9.14
2 parents fca85b0 + b94ecc3 commit 6faddc0

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)