From de5a06cee5e3ab925e2c725d107dcb751c5b48ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 02:51:30 +0000 Subject: [PATCH] build(deps): bump anothrNick/github-tag-action from 1.36.0 to 1.75.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.36.0 to 1.75.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/1.36.0...1.75.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-version: 1.75.0 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 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