From fb713e6a819b5904226b4a3cd74ed1bb5498fe1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:58:35 +0000 Subject: [PATCH] Bump derek-ho/start-opensearch from 2 to 3 Bumps [derek-ho/start-opensearch](https://github.com/derek-ho/start-opensearch) from 2 to 3. - [Release notes](https://github.com/derek-ho/start-opensearch/releases) - [Commits](https://github.com/derek-ho/start-opensearch/compare/v2...v3) --- updated-dependencies: - dependency-name: derek-ho/start-opensearch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 fb86b915e0..6fa8c74beb 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@v2 + uses: derek-ho/start-opensearch@v3 with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"