From adb88032ce73d0ba30932a01f41cfd7ba21b696c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 04:00:56 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 4 updates Bumps the dev-dependencies group with 4 updates: [actions/github-script](https://github.com/actions/github-script), [GrantBirki/json-yaml-validate](https://github.com/GrantBirki/json-yaml-validate), [helm/chart-testing-action](https://github.com/helm/chart-testing-action) and [helm/kind-action](https://github.com/helm/kind-action). Updates `actions/github-script` from 6.3.3 to 6.4.1 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d556feaca394842dc55e4734bf3bb9f685482fa0...d7906e4ad0b1822421a7e6a35d5ca353c962f410) Updates `GrantBirki/json-yaml-validate` from 1.2.0 to 1.4.0 - [Release notes](https://github.com/GrantBirki/json-yaml-validate/releases) - [Commits](https://github.com/GrantBirki/json-yaml-validate/compare/v1.2.0...v1.4.0) Updates `helm/chart-testing-action` from 2.3.1 to 2.4.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/afea100a513515fbd68b0e72a7bb0ae34cb62aec...e8788873172cb653a90ca2e819d79d65a66d4e76) Updates `helm/kind-action` from 1.5.0 to 1.7.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00...fa81e57adff234b2908110485695db0f181f3c67) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: GrantBirki/json-yaml-validate dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-workflow-approve.yaml | 2 +- .github/workflows/json-yaml-validate.yml | 2 +- .github/workflows/lint-test-chart.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-workflow-approve.yaml b/.github/workflows/gh-workflow-approve.yaml index c0dc99008..e3c13fdd9 100644 --- a/.github/workflows/gh-workflow-approve.yaml +++ b/.github/workflows/gh-workflow-approve.yaml @@ -17,7 +17,7 @@ jobs: actions: write steps: - name: Update PR - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/json-yaml-validate.yml b/.github/workflows/json-yaml-validate.yml index 1eb833f63..1e71e7547 100644 --- a/.github/workflows/json-yaml-validate.yml +++ b/.github/workflows/json-yaml-validate.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - name: json-yaml-validate - uses: GrantBirki/json-yaml-validate@v1.2.0 + uses: GrantBirki/json-yaml-validate@v1.4.0 with: comment: "true" # enable comment mode yaml_exclude_regex: "(charts/external-dns/templates.*|mkdocs.yml)" diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index f8207ef50..2f6025cf0 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -38,7 +38,7 @@ jobs: python-version: "3.x" - name: Set-up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 - name: Run chart-testing (list-changed) id: list-changed @@ -52,7 +52,7 @@ jobs: run: ct lint --check-version-increment=false - name: Set-up Kind cluster - uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 + uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 with: wait: 120s if: steps.list-changed.outputs.changed == 'true'