From 9fb1639a5c48e46be1ddcdcadd074089f212516b Mon Sep 17 00:00:00 2001 From: Chris Normansell Date: Tue, 6 Feb 2024 14:52:13 +0000 Subject: [PATCH] Locking the deploy action to a specific version --- .github/workflows/deploy-to-wp-org.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-wp-org.yml b/.github/workflows/deploy-to-wp-org.yml index 54129b5..43ffdb9 100644 --- a/.github/workflows/deploy-to-wp-org.yml +++ b/.github/workflows/deploy-to-wp-org.yml @@ -16,10 +16,10 @@ jobs: # Release to WordPress.org - name: WordPress Plugin Deploy id: deploy - uses: 10up/action-wordpress-plugin-deploy@stable + uses: 10up/action-wordpress-plugin-deploy@2.2.2 with: generate-zip: true env: SVN_USERNAME: ${{ secrets.SVN_USERNAME }} SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} - SLUG: gathercontent-import \ No newline at end of file + SLUG: gathercontent-import