This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-helm.git


The following commit(s) were added to refs/heads/main by this push:
     new 49568f1  Update GitHub Actions versions to comply with Apache Infra 
requirements. (#26)
49568f1 is described below

commit 49568f11c8165e2250de4d87b18355e50cf975c7
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Thu Aug 21 22:32:41 2025 -0700

    Update GitHub Actions versions to comply with Apache Infra requirements. 
(#26)
    
    * Update GitHub Actions versions to comply with Apache Infra requirements.
    
    ---------
    
    Co-authored-by: lewismc <[email protected]>
---
 .github/workflows/lint-test.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index e1cc61e..dc2a6fd 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -37,7 +37,7 @@ jobs:
           python-version: '3.x'
           check-latest: true
       - name: Set up chart-testing
-        uses: helm/[email protected]
+        uses: 
helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b
       - name: Run chart-testing (list-changed)
         id: list-changed
         run: |
@@ -50,7 +50,7 @@ jobs:
         run: ct lint --target-branch ${{ 
github.event.repository.default_branch }} --charts .
         shell: bash
       - name: Create kind cluster
-        uses: helm/[email protected]
+        uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
         if: steps.list-changed.outputs.changed == 'true'
       - name: Uninstall helm-unittest if present
         run: |

Reply via email to