From 14aba6fb6fde49bf8801070e99ab66d9b766c8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:33:18 +0000 Subject: [PATCH] Bump alleyinteractive/action-update-wordpress-plugin from 2.0.0 to 2.0.1 Bumps [alleyinteractive/action-update-wordpress-plugin](https://github.com/alleyinteractive/action-update-wordpress-plugin) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/alleyinteractive/action-update-wordpress-plugin/releases) - [Commits](https://github.com/alleyinteractive/action-update-wordpress-plugin/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: alleyinteractive/action-update-wordpress-plugin dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/upgrade-wordpress-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-wordpress-plugin.yml b/.github/workflows/upgrade-wordpress-plugin.yml index a6b56d17..8b15c9c6 100644 --- a/.github/workflows/upgrade-wordpress-plugin.yml +++ b/.github/workflows/upgrade-wordpress-plugin.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: alleyinteractive/action-update-wordpress-plugin@v2.0.0 + - uses: alleyinteractive/action-update-wordpress-plugin@v2.0.1 with: plugin-file: 'wp-modified-date-control.php' upgrade-npm-dependencies: "true"