Skip to content

Commit 00f8457

Browse files
Update gittools/actions action to v3.0.4
1 parent 4daf2d7 commit 00f8457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
with:
1111
fetch-depth: 0
1212
show-progress: false
13-
- uses: gittools/actions/gitversion/setup@v3.0.3
13+
- uses: gittools/actions/gitversion/setup@v3.0.4
1414
with:
1515
versionSpec: '5.12.x'
16-
- uses: gittools/actions/gitversion/execute@v3.0.3
16+
- uses: gittools/actions/gitversion/execute@v3.0.4
1717
id: gitversion
1818

1919
# Build
@@ -60,10 +60,10 @@ jobs:
6060
with:
6161
fetch-depth: 0
6262
show-progress: false
63-
- uses: gittools/actions/gitversion/setup@v3.0.3
63+
- uses: gittools/actions/gitversion/setup@v3.0.4
6464
with:
6565
versionSpec: '5.12.x'
66-
- uses: gittools/actions/gitversion/execute@v3.0.3
66+
- uses: gittools/actions/gitversion/execute@v3.0.4
6767
id: gitversion
6868
- uses: actions/setup-dotnet@v4
6969
with:

0 commit comments

Comments
 (0)