Browse Source

Merge pull request #3336 from gui-cs/dependabot/github_actions/gittools/actions-1

Bump gittools/actions from 0 to 1
Tig 1 year ago
parent
commit
8ddf0ae194
1 changed files with 2 additions and 2 deletions
  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
 
     - name: Install GitVersion 
-      uses: gittools/actions/gitversion/setup@v0
+      uses: gittools/actions/gitversion/setup@v1
       with:
           versionSpec: '5.x'
           includePrerelease: true
 
     - name: Determine Version
-      uses: gittools/actions/gitversion/execute@v0
+      uses: gittools/actions/gitversion/execute@v1
       with:
         useConfigFile: true
         #additionalArguments: /b develop