Skip to content

Commit

Permalink
build(deps): bump the dev-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
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](actions/github-script@d556fea...d7906e4)

Updates `GrantBirki/json-yaml-validate` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/GrantBirki/json-yaml-validate/releases)
- [Commits](GrantBirki/json-yaml-validate@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](helm/chart-testing-action@afea100...e878887)

Updates `helm/kind-action` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@d8ccf8f...fa81e57)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2023
1 parent 3dfec6b commit adb8803
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-workflow-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-yaml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit adb8803

Please sign in to comment.