Bläddra i källkod

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

renovate[bot] 6 dagar sedan
förälder
incheckning
ec0d6f4dff
1 ändrade filer med 1 tillägg och 1 borttagningar
  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.70.0
+      uses: anothrNick/github-tag-action@1.71.0
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         CUSTOM_TAG: ${{ env.VERSION_TAG }}