From 898983886e164f784807a7c40fbd68ee5a961589 Mon Sep 17 00:00:00 2001 From: dfeldick Date: Thu, 14 Mar 2024 08:50:53 -0700 Subject: [PATCH] APIGOV-27385 - update github-tag-action --- .github/workflows/create-tag-for-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-tag-for-release.yml b/.github/workflows/create-tag-for-release.yml index 3decaf5..078df1d 100644 --- a/.github/workflows/create-tag-for-release.yml +++ b/.github/workflows/create-tag-for-release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Bump tag version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: # by default, this action creates a tag with a 'v' prefix, and bumps the patch version. # See https://github.com/mathieudutour/github-tag-action to customize these rules.