Skip to content

Commit 4e3139a

Browse files
Bump gittools/actions from 3.0.0 to 3.0.3
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.0 to 3.0.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v3.0.0...v3.0.3) --- 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 e4725ec commit 4e3139a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
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/setup@v3.0.0
22+
- uses: gittools/actions/gitversion/setup@v3.0.3
2323
with:
2424
versionSpec: 5.x
2525

2626
- id: gitversion
27-
uses: gittools/actions/gitversion/execute@v3.0.0
27+
uses: gittools/actions/gitversion/execute@v3.0.3
2828

2929
- uses: actions/setup-dotnet@v4.1.0
3030
with:

0 commit comments

Comments
 (0)