From a6f29642ea164c0216fafd01f833aa86affcdddd Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 03:27:06 +0000 Subject: [PATCH] chore(deps): update iarekylew00t/crane-installer action to v2 Signed-off-by: mend-for-github-com[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8cd1e00..41190c0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: ci-image-version-linux: ${{ steps.step-ci-image-version-linux.outputs.ci-image-version-linux }} steps: - name: Install crane - uses: iarekylew00t/crane-installer@v1 + uses: iarekylew00t/crane-installer@v2 with: crane-release: v0.15.2 - name: Checkout opensearch-build repository