From b2f47885a68453902de3757861ab04d8c13be6b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:13:24 +0000 Subject: [PATCH] Bump alleyinteractive/action-update-wordpress-plugin from 1.2.1 to 2.0.0 Bumps [alleyinteractive/action-update-wordpress-plugin](https://github.com/alleyinteractive/action-update-wordpress-plugin) from 1.2.1 to 2.0.0. - [Release notes](https://github.com/alleyinteractive/action-update-wordpress-plugin/releases) - [Commits](https://github.com/alleyinteractive/action-update-wordpress-plugin/compare/v1.2.1...v2.0.0) --- updated-dependencies: - dependency-name: alleyinteractive/action-update-wordpress-plugin dependency-type: direct:production update-type: version-update:semver-major ... 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 2676fe83..ffa4c6a3 100644 --- a/.github/workflows/upgrade-wordpress-plugin.yml +++ b/.github/workflows/upgrade-wordpress-plugin.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: alleyinteractive/action-update-wordpress-plugin@v1.2.1 + - uses: alleyinteractive/action-update-wordpress-plugin@v2.0.0 with: plugin-file: 'byline-manager.php'