From d704676293935e5352739f1016970c6d2454c892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:02:04 +0000 Subject: [PATCH] chore(deps): update tj-actions/release-tagger action to v4 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index ccbdad1..d895595 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Run release-tagger - uses: tj-actions/release-tagger@v3 + uses: tj-actions/release-tagger@v4 - name: Sync release version. uses: tj-actions/sync-release-version@v13 id: sync-release-version