Skip to content

Commit

Permalink
Upgrade to changelog enforcer v3 (>= v3.3.2). (#41)
Browse files Browse the repository at this point in the history
* Upgrades the dangoslen/changelog-enforcer GitHub action to (at least) v3.3.2 via the v3 major release designation.

* Removes the use of actions/checkout GH action in support of the changelog enforcer action, since the action no longer relies on it as of v3.0.0.
  • Loading branch information
tdilauro committed Mar 29, 2023
1 parent 9bcf422 commit 6648eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
name: Updates Changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: "CHANGELOG.md"
Expand Down

0 comments on commit 6648eca

Please sign in to comment.