From 113a08b02d7c65b3962bbbc252941b43fb77d038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:27:39 +0000 Subject: [PATCH] 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 09363cf2b..d5c60e0ca 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -8,6 +8,6 @@ jobs: name: check-changelog runs-on: ubuntu-latest steps: - - uses: tarides/changelog-check-action@v2 + - uses: tarides/changelog-check-action@v3 with: changelog: CHANGES.md