Skip to content

Commit bf90f5c

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] <[email protected]>
1 parent 681ed59 commit bf90f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: gittools/actions/gitversion/[email protected].10
22+
- uses: gittools/actions/gitversion/[email protected].11
2323
with:
2424
versionSpec: 5.x
2525

2626
- id: gitversion
27-
uses: gittools/actions/gitversion/[email protected].10
27+
uses: gittools/actions/gitversion/[email protected].11
2828

2929
- uses: actions/[email protected]
3030
with:

0 commit comments

Comments
 (0)