From 577b25788485236b7e0e4cd571dd9f693c851cf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 21:53:28 +0000 Subject: [PATCH] chore(deps): update tj-actions/release-tagger action to v3 --- .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 38ff63c..8d64ee8 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@v2 + uses: tj-actions/release-tagger@v3 - name: Sync release version. uses: tj-actions/sync-release-version@v13 id: sync-release-version