From 5cd87c50234bd7a4b95c99c4f821424872de9529 Mon Sep 17 00:00:00 2001 From: "renovate-interworks[bot]" <309859563+renovate-interworks[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:03:20 +0000 Subject: [PATCH] chore(deps): update action-stars/install-tool-from-github-release action to v0.2.6 --- .github/workflows/lint-test-chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index fa8fcf62a9..148a3488d4 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -38,7 +38,7 @@ jobs: fi - name: Install Helm Docs - uses: action-stars/install-tool-from-github-release@ece2623611b240002e0dd73a0d685505733122f6 # v0.2.4 + uses: action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} owner: norwoodj @@ -65,7 +65,7 @@ jobs: helm unittest -f 'tests/*_test.yaml' --color charts/external-dns - name: Install Artifact Hub CLI - uses: action-stars/install-tool-from-github-release@ece2623611b240002e0dd73a0d685505733122f6 # v0.2.4 + uses: action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6 with: github_token: ${{ github.token }} owner: artifacthub