From d8e0074b0ab3ed5d85418635e476164f6a99efc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:25:01 +0000 Subject: [PATCH] build(deps): bump tarides/changelog-check-action from 3 to 4 Bumps [tarides/changelog-check-action](https://github.com/tarides/changelog-check-action) from 3 to 4. - [Release notes](https://github.com/tarides/changelog-check-action/releases) - [Commits](https://github.com/tarides/changelog-check-action/compare/v3...v4) --- updated-dependencies: - dependency-name: tarides/changelog-check-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-changelog.yml b/.github/workflows/check-changelog.yml index 460734dc..a836d260 100644 --- a/.github/workflows/check-changelog.yml +++ b/.github/workflows/check-changelog.yml @@ -10,6 +10,6 @@ jobs: name: Check changelog action runs-on: ubuntu-latest steps: - - uses: tarides/changelog-check-action@v3 + - uses: tarides/changelog-check-action@v4 with: changelog: CHANGELOG.md