From d8b5616772df78c50e94fb642c4903d757232e38 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 16 May 2024 10:07:12 +0200 Subject: [PATCH] ci: bump checkout to v4 in check-editorconfig.yml - fix node16.js usage warning --- .github/workflows/check-editorconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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