Kaynağa Gözat

Update anothrNick/github-tag-action action to v1.70.0

renovate[bot] 2 ay önce
ebeveyn
işleme
6f825dd6fd
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -140,7 +140,7 @@ jobs:
     - name: Bump version and push tag
       if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
       id: tag_version
-      uses: anothrNick/github-tag-action@1.67.0
+      uses: anothrNick/github-tag-action@1.70.0
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         CUSTOM_TAG: ${{ env.VERSION_TAG }}