Skip to content

Commit 41b0d6d

Browse files
Update gittools/actions action to v0.9.11 (#82)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 01c4e57 commit 41b0d6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/setup-dotnet@v1
4242

4343
- name: 🔽 Install GitVersion
44-
uses: gittools/actions/gitversion/[email protected].10
44+
uses: gittools/actions/gitversion/[email protected].11
4545
with:
4646
versionSpec: "5.x"
4747

@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: 🔍 Determine Version
5252
id: gitversion
53-
uses: gittools/actions/gitversion/[email protected].10
53+
uses: gittools/actions/gitversion/[email protected].11
5454
with:
5555
useConfigFile: true
5656

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-dotnet@v1
2727

2828
- name: 🔽 Install GitVersion
29-
uses: gittools/actions/gitversion/[email protected].10
29+
uses: gittools/actions/gitversion/[email protected].11
3030
with:
3131
versionSpec: "5.x"
3232

@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: 🔍 Determine Version
3737
id: gitversion
38-
uses: gittools/actions/gitversion/[email protected].10
38+
uses: gittools/actions/gitversion/[email protected].11
3939
with:
4040
useConfigFile: true
4141

0 commit comments

Comments
 (0)