From e5a7393d5b4c45bccc3d3fe501dd262cdf9d909c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:49:57 +0000 Subject: [PATCH] build(deps): bump anothrNick/github-tag-action from 1.36.0 to 1.73.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.36.0 to 1.73.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/1.36.0...1.73.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-version: 1.73.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 42fcd7a4..492d80a8 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -148,7 +148,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 88ea094f..f8cdde0a --- 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