From 90f08dad2b43eb7d1abb7ef543ee2a82373c096b Mon Sep 17 00:00:00 2001 From: ronitsinha Date: Sun, 23 Jul 2023 16:56:39 -0400 Subject: [PATCH] update dep version for actions --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e06081c..8e51068 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 'Generate Release Tag' id: generate_release_tag - uses: amitsingh-007/next-release-tag@v4.0.0 + uses: amitsingh-007/next-release-tag@v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} tag_prefix: 'v'