From 937e34210a01414febdb1180344a7514be12004b Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Tue, 20 Feb 2024 13:28:12 -0500 Subject: [PATCH] Try new version of the action Signed-off-by: Derek Ho --- .github/workflows/plugin_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_install.yml b/.github/workflows/plugin_install.yml index d131a67429..f859daf388 100644 --- a/.github/workflows/plugin_install.yml +++ b/.github/workflows/plugin_install.yml @@ -40,7 +40,7 @@ jobs: shell: bash - name: Run Opensearch with A Single Plugin - uses: derek-ho/start-opensearch@cf6f40f0b5013c0b0e0d066f22a6a06c3d6f5810 + uses: derek-ho/start-opensearch@ba90b30ebdfd3f4b2bb9558b433be98cecbe15f0 with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: "file:${{ github.workspace }}/${{ env.PLUGIN_NAME }}.zip"