From 0e897f2f397c07b39068592102ba5db4d521af55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:51:45 +0000 Subject: [PATCH] chore(deps): bump tarides/changelog-check-action from 2 to 3 Bumps [tarides/changelog-check-action](https://github.com/tarides/changelog-check-action) from 2 to 3. - [Release notes](https://github.com/tarides/changelog-check-action/releases) - [Commits](https://github.com/tarides/changelog-check-action/compare/v2...v3) --- updated-dependencies: - dependency-name: tarides/changelog-check-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index ab076ca..db1bd73 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - name: ✅ Check if CHANGELOG.md was modified - uses: tarides/changelog-check-action@v2 + uses: tarides/changelog-check-action@v3 with: changelog: CHANGELOG.md