From b67b502759985f9d8b839f12047cef75d4d4637a Mon Sep 17 00:00:00 2001 From: dangreen Date: Tue, 12 Sep 2023 02:05:45 +0400 Subject: [PATCH] ci: upgrade editorconfig action --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3dba029..f7a87c0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -52,7 +52,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v3 - name: Check editorconfig - uses: editorconfig-checker/action-editorconfig-checker@v1 + uses: editorconfig-checker/action-editorconfig-checker@main package-json: runs-on: ubuntu-latest name: package.json