From ec691168419d788c9e01817c97388924e9286d72 Mon Sep 17 00:00:00 2001 From: Jimmy Chu Date: Sat, 24 Sep 2022 01:32:29 +0200 Subject: [PATCH] chore(dependencies): bump anothrNick/github-tag-action version (#31) --- .github/workflows/generate-cv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-cv.yml b/.github/workflows/generate-cv.yml index 8416c17..3fc724f 100644 --- a/.github/workflows/generate-cv.yml +++ b/.github/workflows/generate-cv.yml @@ -81,7 +81,7 @@ jobs: - name: Create new tag id: tag_create if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: anothrNick/github-tag-action@1.39.0 + uses: anothrNick/github-tag-action@1.46.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: false