Skip to content

Commit 0ac6bd0

Browse files
chore(deps): bump the dev-dependencies group across 1 directory with 5 updates (#5940)
Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [renovatebot/github-action](https://github.com/renovatebot/github-action) | `43.0.16` | `43.0.20` | | [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) | `3.3.1` | `4.0.0` | | [action-stars/install-tool-from-github-release](https://github.com/action-stars/install-tool-from-github-release) | `0.2.5` | `0.2.6` | | [helm/chart-testing-action](https://github.com/helm/chart-testing-action) | `2.7.0` | `2.8.0` | | [helm/kind-action](https://github.com/helm/kind-action) | `1.12.0` | `1.13.0` | Updates `renovatebot/github-action` from 43.0.16 to 43.0.20 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](renovatebot/github-action@v43.0.16...v43.0.20) Updates `GrantBirki/json-yaml-validate` from 3.3.1 to 4.0.0 - [Release notes](https://github.com/grantbirki/json-yaml-validate/releases) - [Commits](GrantBirki/json-yaml-validate@v3.3.1...v4.0.0) Updates `action-stars/install-tool-from-github-release` from 0.2.5 to 0.2.6 - [Release notes](https://github.com/action-stars/install-tool-from-github-release/releases) - [Changelog](https://github.com/action-stars/install-tool-from-github-release/blob/main/CHANGELOG.md) - [Commits](action-stars/install-tool-from-github-release@f2e83e0...1fa61c3) Updates `helm/chart-testing-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@0d28d31...6ec842c) Updates `helm/kind-action` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@a1b0e39...92086f6) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 43.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: GrantBirki/json-yaml-validate dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: action-stars/install-tool-from-github-release dependency-version: 0.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: helm/chart-testing-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fd9c64 commit 0ac6bd0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/dependency-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/[email protected]
1818
# https://github.com/renovatebot/github-action
1919
- name: self-hosted renovate
20-
uses: renovatebot/[email protected].16
20+
uses: renovatebot/[email protected].20
2121
with:
2222
# https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication
2323
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/json-yaml-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818

1919
- name: json-yaml-validate
20-
uses: GrantBirki/json-yaml-validate@v3.3.1
20+
uses: GrantBirki/json-yaml-validate@v4.0.0
2121
with:
2222
# ref: https://github.com/GrantBirki/json-yaml-validate?tab=readme-ov-file#inputs-
2323
comment: "true" # enable comment mode

.github/workflows/lint-test-chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fi
5555
5656
- name: Install Helm Docs
57-
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
57+
uses: action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
owner: norwoodj
@@ -81,7 +81,7 @@ jobs:
8181
helm unittest -f 'tests/*_test.yaml' --color charts/external-dns
8282
8383
- name: Install YQ
84-
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
84+
uses: action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
8585
with:
8686
github_token: ${{ github.token }}
8787
owner: mikefarah
@@ -92,7 +92,7 @@ jobs:
9292
version: latest
9393

9494
- name: Install MDQ
95-
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
95+
uses: action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
9696
with:
9797
github_token: ${{ github.token }}
9898
owner: yshavit
@@ -165,7 +165,7 @@ jobs:
165165
fi
166166
167167
- name: Install Artifact Hub CLI
168-
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
168+
uses: action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
169169
with:
170170
github_token: ${{ github.token }}
171171
owner: artifacthub
@@ -184,13 +184,13 @@ jobs:
184184
python-version: "3.x"
185185

186186
- name: Set-up chart-testing
187-
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
187+
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
188188

189189
- name: Run chart-testing lint
190190
run: ct lint --charts=./charts/external-dns --target-branch=${{ github.event.repository.default_branch }} --check-version-increment=false
191191

192192
- name: Create Kind cluster
193-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
193+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
194194
with:
195195
wait: 120s
196196

.github/workflows/release-chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Install YQ
33-
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
33+
uses: action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
3434
with:
3535
github_token: ${{ github.token }}
3636
owner: mikefarah
@@ -41,7 +41,7 @@ jobs:
4141
version: latest
4242

4343
- name: Install MDQ
44-
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
44+
uses: action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
4545
with:
4646
github_token: ${{ github.token }}
4747
owner: yshavit
@@ -127,7 +127,7 @@ jobs:
127127
echo "release_notes_file=${release_notes_file}" >> "${GITHUB_OUTPUT}"
128128
129129
- name: Install Artifact Hub CLI
130-
uses: action-stars/install-tool-from-github-release@f2e83e089fa618aa7e9fd3452fbcf4fe1598ede2 # v0.2.5
130+
uses: action-stars/install-tool-from-github-release@1fa61c3bea52eca3bcdb1f5c961a3b113fe7fa54 # v0.2.6
131131
with:
132132
github_token: ${{ github.token }}
133133
owner: artifacthub

0 commit comments

Comments
 (0)