From 034452e96762dbddbe96bdd1607b87fd34668d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 18:36:27 +0000 Subject: [PATCH] chore(deps): bump tempoxyz/changelogs Bumps [tempoxyz/changelogs](https://github.com/tempoxyz/changelogs) from 54f693643e1bd8469293bdfcbfb647bceb559490 to bddf29852a5c9b8e1d84f1cc19b5023916d0d0db. - [Release notes](https://github.com/tempoxyz/changelogs/releases) - [Changelog](https://github.com/tempoxyz/changelogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/tempoxyz/changelogs/compare/54f693643e1bd8469293bdfcbfb647bceb559490...bddf29852a5c9b8e1d84f1cc19b5023916d0d0db) --- updated-dependencies: - dependency-name: tempoxyz/changelogs dependency-version: bddf29852a5c9b8e1d84f1cc19b5023916d0d0db dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 08b1edd2..784d3dda 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Run changelog action (same-repo PRs) if: github.event.pull_request.head.repo.full_name == github.repository - uses: tempoxyz/changelogs/check@54f693643e1bd8469293bdfcbfb647bceb559490 # changelogs@0.6.3 + unified PR title + install from source + uses: tempoxyz/changelogs/check@bddf29852a5c9b8e1d84f1cc19b5023916d0d0db # changelogs@0.6.3 + unified PR title + install from source - name: Verify changelog entry exists if: github.event.pull_request.head.repo.full_name != github.repository env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 268e555f..e3458900 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Configure git auth run: git config --global url."https://x-access-token:${{ secrets.GH_PAT }}@github.com/".insteadOf "https://github.com/" - - uses: tempoxyz/changelogs@54f693643e1bd8469293bdfcbfb647bceb559490 # changelogs@0.6.3 + unified PR title + install from source + - uses: tempoxyz/changelogs@bddf29852a5c9b8e1d84f1cc19b5023916d0d0db # changelogs@0.6.3 + unified PR title + install from source id: changelogs with: conventional-commit: true