From 289663c78be8a7acdc66bd0f41c3be7a485a86cf Mon Sep 17 00:00:00 2001 From: Lewis John McGibbney Date: Thu, 9 May 2024 07:10:56 -0700 Subject: [PATCH] TIKA-4233 Check tika-helm for deprecated k8s APIs --- .github/workflows/pluto.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pluto.yaml b/.github/workflows/pluto.yaml index 08e06f1..a96cd05 100644 --- a/.github/workflows/pluto.yaml +++ b/.github/workflows/pluto.yaml @@ -29,7 +29,7 @@ jobs: PLUTO_VERSION: 15.19.1 steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.1.5 - name: Download Pluto run: | wget https://github.com/FairwindsOps/pluto/releases/download/v${{ env.PLUTO_VERSION }}/pluto_${{ env.PLUTO_VERSION }}_linux_amd64.tar.gz -O - | tar -xz