Skip to content

Commit 9ee6006

Browse files
chore(deps): update gittools/actions action to v4
1 parent 891d904 commit 9ee6006

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-delivery-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
with:
1818
global-json-file: "global.json"
1919
- name: Install GitVersion
20-
uses: gittools/actions/gitversion/setup@v1.2.0
20+
uses: gittools/actions/gitversion/setup@v4.0.1
2121
with:
2222
versionSpec: "5.x"
2323
- name: Determine Version
2424
id: version # step id used as reference for output values
25-
uses: gittools/actions/gitversion/execute@v1.2.0
25+
uses: gittools/actions/gitversion/execute@v4.0.1
2626
- name: Build with dotnet
2727
run: dotnet build --configuration Release
2828
- name: Pack nuget

0 commit comments

Comments
 (0)