Explorar o código

Upgrade gittools/actions from 2 to 3.

BDisp hai 8 meses
pai
achega
b8b440468d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/publish.yml

+ 2 - 2
.github/workflows/publish.yml

@@ -19,13 +19,13 @@ jobs:
         fetch-depth: 0 # fetch-depth is needed for GitVersion
         fetch-depth: 0 # fetch-depth is needed for GitVersion
 
 
     - name: Install GitVersion 
     - name: Install GitVersion 
-      uses: gittools/actions/gitversion/setup@v2
+      uses: gittools/actions/gitversion/setup@v3
       with:
       with:
           versionSpec: '5.x'
           versionSpec: '5.x'
           includePrerelease: true
           includePrerelease: true
 
 
     - name: Determine Version
     - name: Determine Version
-      uses: gittools/actions/gitversion/execute@v2
+      uses: gittools/actions/gitversion/execute@v3
       with:
       with:
         useConfigFile: true
         useConfigFile: true
         #additionalArguments: /b develop
         #additionalArguments: /b develop