diff --git a/.github/workflows/upgrade-wordpress-plugin.yml b/.github/workflows/upgrade-wordpress-plugin.yml index 5fd547d..9e891f8 100644 --- a/.github/workflows/upgrade-wordpress-plugin.yml +++ b/.github/workflows/upgrade-wordpress-plugin.yml @@ -12,7 +12,7 @@ jobs: update-plugin: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: alleyinteractive/action-update-wordpress-plugin@v1.2.1 with: plugin-file: 'plugin.php'