Browse Source

Merge pull request #2146 from gui-cs/dependabot/github_actions/gittools/actions-0.9.15

Bump gittools/actions from 0.9.14 to 0.9.15
Tig 2 years ago
parent
commit
bfe0452398
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/publish.yml

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

@@ -16,12 +16,12 @@ jobs:
         fetch-depth: 0 #fetch-depth is needed for GitVersion
         fetch-depth: 0 #fetch-depth is needed for GitVersion
 
 
     - name: Install and calculate the new version with GitVersion 
     - name: Install and calculate the new version with GitVersion 
-      uses: gittools/actions/gitversion/[email protected]4
+      uses: gittools/actions/gitversion/[email protected]5
       with:
       with:
         versionSpec: 5.x
         versionSpec: 5.x
 
 
     - name: Determine Version
     - name: Determine Version
-      uses: gittools/actions/gitversion/[email protected]4
+      uses: gittools/actions/gitversion/[email protected]5
       id: gitversion # step id used as reference for output values
       id: gitversion # step id used as reference for output values
 
 
     - name: Display GitVersion outputs
     - name: Display GitVersion outputs