瀏覽代碼

Merge pull request #2410 from gui-cs/dependabot/github_actions/gittools/actions-0.10.2

Bump gittools/actions from 0.9.15 to 0.10.2
Tig 2 年之前
父節點
當前提交
58e28692a8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 
     - name: Install and calculate the new version with GitVersion 
-      uses: gittools/actions/gitversion/setup@v0.9.15
+      uses: gittools/actions/gitversion/setup@v0.10.2
       with:
         versionSpec: 5.x
 
     - name: Determine Version
-      uses: gittools/actions/gitversion/execute@v0.9.15
+      uses: gittools/actions/gitversion/execute@v0.10.2
       id: gitversion # step id used as reference for output values
 
     - name: Display GitVersion outputs