diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml old mode 100755 new mode 100644 index b6a38a82..f5797172 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -157,7 +157,7 @@ jobs: - name: Bump version and push tag id: bumpVersion - uses: anothrNick/github-tag-action@1.36.0 + uses: anothrNick/github-tag-action@1.75.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml old mode 100755 new mode 100644 index 88ea094f..215a76f9 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Bump version and push tag id: bumpVersion - uses: anothrNick/github-tag-action@1.36.0 + uses: anothrNick/github-tag-action@1.75.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true