diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec950341..3e955a3f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: name: Editorconfig runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install Dependencies run: sudo apt install curl tar - name: Install editorconfig-checker