From 2a3163548adc1e51eead79aa7e0ed2caee613c3e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Jan 2025 23:06:45 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d6558a9..74f0f7b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,13 +35,13 @@ jobs: python-version: 3 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Run chart-testing (lint) run: ct lint --validate-maintainers=false --charts charts/gdscan - name: Run chart-releaser if: github.ref == 'refs/heads/main' - uses: helm/chart-releaser-action@v1.6.0 + uses: helm/chart-releaser-action@v1.7.0 env: CR_TOKEN: "${{ secrets.BOT_SECRET }}"