Skip to content

Commit 4fe5d47

Browse files
Bump gittools/actions from 0.9.10 to 0.9.11
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.10 to 0.9.11. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.10...v0.9.11) --- 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 c37db97 commit 4fe5d47

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)