File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,11 +117,11 @@ jobs:
117117 - uses : actions/setup-dotnet@v4
118118 with :
119119 dotnet-version : 8.0.x
120- - uses : gittools/actions/gitversion/setup@v4.0.1
120+ - uses : gittools/actions/gitversion/setup@v4.1.0
121121 with :
122122 versionSpec : " 6.x"
123123 - id : gitversion
124- uses : gittools/actions/gitversion/execute@v4.0.1
124+ uses : gittools/actions/gitversion/execute@v4.1.0
125125 - env :
126126 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
127127 run : |
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 - uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : 8.0.x
23- - uses : gittools/actions/gitversion/setup@v4.0.1
23+ - uses : gittools/actions/gitversion/setup@v4.1.0
2424 with :
2525 versionSpec : " 6.x"
2626 - id : gitversion
27- uses : gittools/actions/gitversion/execute@v4.0.1
27+ uses : gittools/actions/gitversion/execute@v4.1.0
2828 - run : |
2929 dotnet pack WindowTranslator.Abstractions -c Release -o pack `
3030 -p:Version=${{ steps.gitversion.outputs.fullSemVer }} `
You can’t perform that action at this time.
0 commit comments