From d12bfec997e6cce7aa11d5e65c440ada6dc0a635 Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn <31626864+AWehrhahn@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:58:04 +0100 Subject: [PATCH] change github tag version --- .github/workflows/make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 3a1537c..e9d3aa0 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -17,7 +17,7 @@ jobs: id: tag_release # You may pin to the exact commit or the version. # uses: mathieudutour/github-tag-action@1bab3ab0712cafa42b54c512453487b89bb06504 - uses: mathieudutour/github-tag-action@v5 + uses: mathieudutour/github-tag-action@v6.1 with: # Required for permission to tag the repo. github_token: ${{ secrets.GITHUB_TOKEN }}