diff --git a/.github/workflows/check-editorconfig.yml b/.github/workflows/check-editorconfig.yml index 07f6d6c94..927718762 100644 --- a/.github/workflows/check-editorconfig.yml +++ b/.github/workflows/check-editorconfig.yml @@ -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