From 6000757f8f5a27cdd4628c83ec60878106bc98b1 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Sat, 30 Nov 2024 16:56:59 -0800 Subject: [PATCH] fix GA --- .github/workflows/generate-pot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-pot.yml b/.github/workflows/generate-pot.yml index 9c976d68c..353eb7945 100644 --- a/.github/workflows/generate-pot.yml +++ b/.github/workflows/generate-pot.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@master - name: WordPress POT Generator - uses: varunsridharan/action-wp-pot-generator@v2 + uses: varunsridharan/action-wp-pot-generator@2.0 with: save_path: "./languages" item_slug: "${{ github.event.repository.name }}"