From b07f74449a7e2ed49ecf92f98d3a9bf2eccb2748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:14:08 +0000 Subject: [PATCH] chore(deps): update anothrnick/github-tag-action action to v1.71.0 --- .github/workflows/feature.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/versioning.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index de40b34..6a0af46 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -23,7 +23,7 @@ jobs: - name: 🪐 Patch version for each merge (Dry Run) id: taggerDryRun - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: true @@ -165,7 +165,7 @@ jobs: - name: 🪐 Patch version for each merge id: taggerDryRun - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b28ba96..5c56d4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Major version for each merge id: taggerDryRun - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: true diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 7d75cc8..69bca3e 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -20,7 +20,7 @@ jobs: - name: 🪐 Minor version for each merge (Dry Run) id: taggerDryRun - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: true @@ -158,7 +158,7 @@ jobs: - name: 🪐 Minor version for each merge id: taggerDryRun - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} WITH_V: true