Skip to content

Commit 2b8bb65

Browse files
authored
Merge pull request #245 from SamSmithNZ-dotcom/dependabot/github_actions/gittools/actions-4.0.0
Bump gittools/actions from 3.2.1 to 4.0.0
2 parents 36e5f89 + 5f50809 commit 2b8bb65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020

2121
#Install and calculate the new version with GitVersion
2222
- name: Install GitVersion
23-
uses: gittools/actions/gitversion/setup@v3.2.1
23+
uses: gittools/actions/gitversion/setup@v4.0.0
2424
with:
25-
versionSpec: 5.x
25+
versionSpec: 6.x
2626
- name: Determine Version
27-
uses: gittools/actions/gitversion/execute@v3.2.1
27+
uses: gittools/actions/gitversion/execute@v4.0.0
2828
id: gitversion # step id used as reference for output values
2929
- name: Display GitVersion outputs
3030
run: |

0 commit comments

Comments
 (0)