From 6deebf1e618e153cbadcedb4f7777d5737163c3c Mon Sep 17 00:00:00 2001 From: "wyrihaximus-net-renovate-bot[bot]" <230237712+wyrihaximus-net-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:21:19 +0000 Subject: [PATCH] Update LouisBrunner/diff-action action to v2.2.0 --- .github/workflows/helm-charts-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-charts-test.yaml b/.github/workflows/helm-charts-test.yaml index 12d83da..045f370 100644 --- a/.github/workflows/helm-charts-test.yaml +++ b/.github/workflows/helm-charts-test.yaml @@ -54,7 +54,7 @@ jobs: run: | make generate - name: Check that the files are the exact same - uses: LouisBrunner/diff-action@v2.1.0 + uses: LouisBrunner/diff-action@v2.2.0 with: old: charts/${{ matrix.chart }}/README.current.md new: charts/${{ matrix.chart }}/README.md