From f118191813a3fce2dd484177029b6774ff1840a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:54:59 +0000 Subject: [PATCH 1/2] chore(deps): update losisin/helm-docs-github-action digest to 57d2dc9 --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index b672ca7c..a8cda50a 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -83,7 +83,7 @@ jobs: ref: ${{github.event.pull_request.head.sha}} - name: Run helm-docs and check diff # TODO: Move to upstream once https://github.com/losisin/helm-docs-github-action/pull/270 is merged - uses: losisin/helm-docs-github-action@0f2a7b456e9e4393faa24d4d2e1636bdb0a5b9b9 + uses: losisin/helm-docs-github-action@57d2dc9379d9f0d5d22d2845a62c935d32cddfe2 with: output-file: ./README.md template-files: ./README.md.gotmpl From d4a4426e575fe42daa92bf9f551c2ba5d6a77487 Mon Sep 17 00:00:00 2001 From: Zadkiel AHARONIAN Date: Mon, 30 Sep 2024 17:55:53 +0200 Subject: [PATCH 2/2] Update pull_request.yaml --- .github/workflows/pull_request.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index a8cda50a..99cebf57 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -82,8 +82,7 @@ jobs: with: ref: ${{github.event.pull_request.head.sha}} - name: Run helm-docs and check diff - # TODO: Move to upstream once https://github.com/losisin/helm-docs-github-action/pull/270 is merged - uses: losisin/helm-docs-github-action@57d2dc9379d9f0d5d22d2845a62c935d32cddfe2 + uses: losisin/helm-docs-github-action@57d2dc9379d9f0d5d22d2845a62c935d32cddfe2 # v1.3.3 with: output-file: ./README.md template-files: ./README.md.gotmpl