From 4ec6f13e3995c1227820a9cb25e28c87620137ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:49:05 +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 efe4b07..c3080a2 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