ci: bump checkout to v4 in check-editorconfig.yml

- fix node16.js usage warning
This commit is contained in:
Ralph Lange
2024-05-16 10:07:12 +02:00
parent 92615a77fe
commit d8b5616772

View File

@ -8,6 +8,6 @@ jobs:
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: EditorConfig-Action
uses: greut/eclint-action@v0