From c6117d1b18cb7b573a6aa124e5716bc74bea9b03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:15:00 +0000 Subject: [PATCH] chore(deps): update tj-actions/sync-release-version action to v13 --- test-project/.github/workflows/sync-release-version.yml | 2 +- .../.github/workflows/sync-release-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-project/.github/workflows/sync-release-version.yml b/test-project/.github/workflows/sync-release-version.yml index 407949e..9a37b3b 100644 --- a/test-project/.github/workflows/sync-release-version.yml +++ b/test-project/.github/workflows/sync-release-version.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Sync release version - uses: tj-actions/sync-release-version@v11 + uses: tj-actions/sync-release-version@v13 id: sync-release-version with: pattern: '${{ github.repository }}@' diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/sync-release-version.yml b/{{ cookiecutter.project_slug }}/.github/workflows/sync-release-version.yml index 8ce1db1..c271b38 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/sync-release-version.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/sync-release-version.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Sync release version - uses: tj-actions/sync-release-version@v11 + uses: tj-actions/sync-release-version@v13 id: sync-release-version with: pattern: '{{ "${{ github.repository }}@" }}'