From 246278429715eefabb53a89c37113576dfea07a6 Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Tue, 20 Feb 2024 16:26:10 -0500 Subject: [PATCH] Use latest version 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 5e86e6a823..4eaf9cbf18 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@b5d66b2b569af81676527e6b219c8bd5916d4aee + uses: derek-ho/start-opensearch@d5a81c5dfd57b90522c69dd00312cf6d2a395475 with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: "file:${{ github.workspace }}/${{ env.PLUGIN_NAME }}.zip"