From 3335beb74cc99196a16e633c61ac846252c94de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:53:23 +0000 Subject: [PATCH] build(deps): bump wordpress/plugin-check-action from 1.1.7 to 1.1.9 Bumps [wordpress/plugin-check-action](https://github.com/wordpress/plugin-check-action) from 1.1.7 to 1.1.9. - [Release notes](https://github.com/wordpress/plugin-check-action/releases) - [Commits](https://github.com/wordpress/plugin-check-action/compare/98a1788320d0add90df2d8183934ecccbc4e05d2...10857da14b6c2246d15402b3e69f777edcf8c12e) --- updated-dependencies: - dependency-name: wordpress/plugin-check-action dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/wordpress-plugin-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordpress-plugin-check.yml b/.github/workflows/wordpress-plugin-check.yml index af89636..65233fe 100644 --- a/.github/workflows/wordpress-plugin-check.yml +++ b/.github/workflows/wordpress-plugin-check.yml @@ -20,6 +20,6 @@ jobs: make release - name: Run plugin check - uses: wordpress/plugin-check-action@98a1788320d0add90df2d8183934ecccbc4e05d2 # v1.1.7 + uses: wordpress/plugin-check-action@10857da14b6c2246d15402b3e69f777edcf8c12e # v1.1.9 with: build-dir: './openedx-commerce'