From 2fa7b5384fd8c655ac0cd1252ea57df5c6dbebe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 20:03:32 +0000 Subject: [PATCH] #none: 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/pull_request.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 593f6ea..414879a 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.36.0 + uses: anothrNick/github-tag-action@1.61.0 id: tag env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4109da7..e56f862 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.36.0 + uses: anothrNick/github-tag-action@1.61.0 id: tag env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -133,7 +133,7 @@ jobs: git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s%n * %an <%ae>' --no-merges >> ".github/RELEASE_TEMPLATE.md" - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.36.0 + uses: anothrNick/github-tag-action@1.61.0 id: tag env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}