diff --git a/.github/workflows/check-changelog.yml b/.github/workflows/check-changelog.yml index 561b627..1addaf2 100644 --- a/.github/workflows/check-changelog.yml +++ b/.github/workflows/check-changelog.yml @@ -18,6 +18,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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8ae2f..5c48413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,3 +45,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump casaplotms requirement from >=2.7.4 to >=2.8.2 (#320). - Bump `codecov/codecov-action` from 5 to 7 ([#328](https://github.com/PhangsTeam/phangs_imaging_scripts/pull/328), [#351](https://github.com/PhangsTeam/phangs_imaging_scripts/pull/351)) - Bump `actions/checkout` from 5 to 7 ([#327](https://github.com/PhangsTeam/phangs_imaging_scripts/pull/327), [#361](https://github.com/PhangsTeam/phangs_imaging_scripts/pull/361)) +- Bump `tarides/changelog-check-action` from 3 to 4 ([#368](https://github.com/PhangsTeam/phangs_imaging_scripts/pull/368))