From 9c87763e81a13ead9a7eb59d1265ec18672a1a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 16:28:52 +0000 Subject: [PATCH] build(deps): bump anothrNick/github-tag-action from 1.36.0 to 1.61.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.36.0 to 1.61.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](https://github.com/anothrNick/github-tag-action/compare/1.36.0...1.61.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deps.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 .github/workflows/deps.yml mode change 100755 => 100644 .github/workflows/release.yml diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml old mode 100755 new mode 100644 index eae4fc8e..71dbe3ff --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -146,7 +146,7 @@ jobs: - name: Bump version and push tag id: bumpVersion - uses: anothrNick/github-tag-action@1.36.0 + uses: anothrNick/github-tag-action@1.73.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 04eb06c7..ef60742a --- 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.73.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true