From 01cd9c0d4eae1b9647bd5a47c2ee30b21b1ce935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2020 23:56:09 +0200 Subject: [PATCH] Bump anothrNick/github-tag-action from 1.22.0 to 1.23.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](https://github.com/anothrNick/github-tag-action/compare/1.22.0...c223609de52963fcd6a1c642815a711c02e7367f) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e35d891..adc3376 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: path: coverage.* - id: git-auto-tag name: Bump version and push tag - uses: anothrNick/github-tag-action@1.22.0 + uses: anothrNick/github-tag-action@1.23.0 if: github.ref == 'refs/heads/master' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}