diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index e047b5bf..63b288bc 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -22,7 +22,7 @@ jobs: # Read changelog and read versions etc. - name: Check version is mentioned in Changelog.md id: changelog_reader - uses: mindsers/changelog-reader-action@v2 + uses: mindsers/changelog-reader-action@v2.2.3 with: validation_depth: 10 path: './CHANGELOG.md'