From cc9f0ff9b2e69fed423bd7de12e1a23f7a18dc92 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 1 Jul 2024 19:24:19 +0200 Subject: [PATCH] Update Plugin Check action name --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3338f46..23eb3cb 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -14,10 +14,10 @@ jobs: uses: actions/checkout@v3 - name: Run plugin check - uses: swissspidy/wp-plugin-check-action@v1 + uses: wordpress/plugin-check-action@v1 with: exclude-directories: 'vendor,.github,.git' exclude-checks: | hidden_files application_detected - ignore-errors: true \ No newline at end of file + ignore-errors: true