From 713320e552ac221b145fd4db553f4b5cc5891c38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:20:18 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20loopwerk/tag-changelog?= =?UTF-8?q?=20action=20(v1.3.0=20=E2=86=92=20v1.5.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- .github/workflows/new-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b5a2093..33f9cdc 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -24,7 +24,7 @@ jobs: - name: Create changelog text id: changelog - uses: loopwerk/tag-changelog@941366edb8920e2071eae0449031830984b9f26e # v1.3.0 + uses: loopwerk/tag-changelog@8dd150d55fbf1fe93e0ea00a29a6153aaeb81912 # v1.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} config_file: .github/tag-changelog-config.js diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index 09e36d5..f6ee963 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -35,7 +35,7 @@ jobs: - name: Create changelog text if: steps.daily-version.outputs.created id: changelog - uses: loopwerk/tag-changelog@941366edb8920e2071eae0449031830984b9f26e # v1.3.0 + uses: loopwerk/tag-changelog@8dd150d55fbf1fe93e0ea00a29a6153aaeb81912 # v1.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} config_file: .github/tag-changelog-config.js