Skip to content

Commit e307cdf

Browse files
committed
updated action
1 parent 7ca819e commit e307cdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
fetch-depth: 0 #fetch-depth is needed for GitVersion
2121
#Install and calculate the new version with GitVersion
2222
- name: Install GitVersion
23-
uses: gittools/actions/gitversion/setup@v0.10.2
23+
uses: gittools/actions/gitversion/setup@v1.1.1
2424
with:
2525
versionSpec: 5.x
2626
- name: Determine Version
27-
uses: gittools/actions/gitversion/execute@v0.10.2
27+
uses: gittools/actions/gitversion/execute@v1.1.1
2828
id: gitversion # step id used as reference for output values
2929
- name: Display GitVersion outputs
3030
run: |

0 commit comments

Comments
 (0)