From 245b86465bf73c407140384c7f18b88e36de5931 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 21:23:08 +0000 Subject: [PATCH] chore(deps): update anothrnick/github-tag-action action to v1.59.0 --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index f0dfa3c..c4f296e 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -23,7 +23,7 @@ jobs: command: build args: --release - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.58.0 + uses: anothrNick/github-tag-action@1.59.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: "patch"