From c860b5c47fa71f461da850094ef2f6e3d6514e44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:32:03 -0600 Subject: [PATCH] chore(deps): update tj-actions/release-tagger action to v4 (#1502) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 256c1b29dee..5aff5a40780 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