Skip to content

Commit 4325d0b

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates
Bumps the github-actions-dependencies group with 1 update in the /actions/helm/generate-docs directory: [losisin/helm-values-schema-json-action](https://github.com/losisin/helm-values-schema-json-action). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/release-chart directory: [mikefarah/yq](https://github.com/mikefarah/yq). Updates `losisin/helm-values-schema-json-action` from 2.3.0 to 2.3.1 - [Release notes](https://github.com/losisin/helm-values-schema-json-action/releases) - [Commits](losisin/helm-values-schema-json-action@d584728...660c441) Updates `mikefarah/yq` from 4.47.2 to 4.48.1 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@6251e95...0ecdce2) --- updated-dependencies: - dependency-name: losisin/helm-values-schema-json-action dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: mikefarah/yq dependency-version: 4.48.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc183c5 commit 4325d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/helm/generate-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
chart-search-root: ${{ steps.prepare-variables.outputs.working-directory }}
8585

8686
- if: ${{ steps.prepare-variables.outputs.values-file }}
87-
uses: losisin/helm-values-schema-json-action@d5847286fa04322702c4f8d45031974798c83ac7 # v2.3.0
87+
uses: losisin/helm-values-schema-json-action@660c441a4a507436a294fc55227e1df54aca5407 # v2.3.1
8888
with:
8989
input: ${{ steps.prepare-variables.outputs.values-file }}
9090
working-directory: ${{ steps.prepare-variables.outputs.working-directory }}

actions/helm/release-chart/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ runs:
175175
176176
core.setOutput('yq-command', yqCommands.join('\n'));
177177
178-
- uses: mikefarah/yq@6251e95af8df3505def48c71f3119836701495d6 # v4.47.2
178+
- uses: mikefarah/yq@0ecdce24e83f0fa127940334be98c86b07b0c488 # v4.48.1
179179
with:
180180
cmd: |
181181
${{ steps.chart-values-updates.outputs.yq-command }}

0 commit comments

Comments
 (0)