Skip to content

Commit 8746a7a

Browse files
authored
Merge pull request #44 from HtmlUnit/dependabot/github_actions/gittools/actions-0.9.11
Bump gittools/actions from 0.9.10 to 0.9.11
2 parents c37db97 + 4fe5d47 commit 8746a7a

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.10
25+
- uses: gittools/actions/gitversion/setup@v0.9.11
2626
with:
2727
versionSpec: '5.x.x'
2828

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

0 commit comments

Comments
 (0)