From aedb60d40ae554570927f28c6349dd20a6b096dd Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Thu, 12 Oct 2023 11:42:14 -0700 Subject: [PATCH] [JFDI] Plugin deploy uses checkout@v3 (#614) --- .github/workflows/wordpress-plugin-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordpress-plugin-deploy.yml b/.github/workflows/wordpress-plugin-deploy.yml index 0555f51f..3dcb273d 100644 --- a/.github/workflows/wordpress-plugin-deploy.yml +++ b/.github/workflows/wordpress-plugin-deploy.yml @@ -7,7 +7,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@2.1.1 env: