Remove actions/checkout from changelog check action (#3438)

Since changelog enforcer v3, according to their [changelog](dangoslen/changelog-enforcer@master/CHANGELOG.md#v300) `actions/checkout` is no longer required.
This commit is contained in:
Paweł 2021-12-29 00:24:29 +01:00 committed by GitHub
parent 4d9719ca90
commit 14d11b6ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,6 @@ jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
# Gives an error if there's no change in the changelog (except using label)
- name: Changelog check
uses: dangoslen/changelog-enforcer@v3