Update checkout version in changelog-check

Update checkout to not pull in Node.js 12 which is deprecated on
GitHub.

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
This commit is contained in:
Sven Klemm 2023-01-30 12:37:33 +01:00 committed by Sven Klemm
parent 5661ff1523
commit 872128438f

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0