Skip to content

Commit 179d2bc

Browse files
chore(deps): update dependency @github/local-action to v6 (#87)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@github/local-action](https://redirect.github.com/github/local-action) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@github%2flocal-action/5.2.0/6.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@github%2flocal-action/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@github%2flocal-action/5.2.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>github/local-action (@&#8203;github/local-action)</summary> ### [`v6.0.0`](https://redirect.github.com/github/local-action/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/github/local-action/compare/v5.2.0...v6.0.0) ##### What's Changed - Add support for [@&#8203;actions/cache](https://redirect.github.com/actions/cache) by [@&#8203;ncalteen](https://redirect.github.com/ncalteen) in [#&#8203;217](https://redirect.github.com/github/local-action/pull/217) **Full Changelog**: <github/local-action@v5...v6.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/openmcp-project/blueprint-workflows). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32e4a4f commit 179d2bc

File tree

16 files changed

+3970
-1595
lines changed

16 files changed

+3970
-1595
lines changed

typescript/packages/helm-chart/dep-build/package-lock.json

Lines changed: 498 additions & 198 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/packages/helm-chart/dep-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"yaml": "^2.6.0"
7575
},
7676
"devDependencies": {
77-
"@github/local-action": "^5.0.0",
77+
"@github/local-action": "^6.0.0",
7878
"@jest/globals": "^30.0.0",
7979
"@types/jest": "^30.0.0",
8080
"@types/node": "^22.8.7",

typescript/packages/helm-chart/docs/package-lock.json

Lines changed: 498 additions & 198 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/packages/helm-chart/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"yaml": "^2.6.0"
7676
},
7777
"devDependencies": {
78-
"@github/local-action": "^5.0.0",
78+
"@github/local-action": "^6.0.0",
7979
"@jest/globals": "^30.0.0",
8080
"@types/jest": "^30.0.0",
8181
"@types/js-yaml": "^4.0.9",

typescript/packages/helm-chart/linting/package-lock.json

Lines changed: 498 additions & 198 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/packages/helm-chart/linting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"yaml": "^2.6.0"
7575
},
7676
"devDependencies": {
77-
"@github/local-action": "^5.0.0",
77+
"@github/local-action": "^6.0.0",
7878
"@jest/globals": "^30.0.0",
7979
"@types/jest": "^30.0.0",
8080
"@types/node": "^22.13.9",

0 commit comments

Comments
 (0)