Skip to content

Commit f636dc8

Browse files
chore(deps): bump the dev-dependencies group across 1 directory with 2 updates
Bumps the dev-dependencies group with 2 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action) and [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate). Updates `renovatebot/github-action` from 43.0.16 to 43.0.17 - [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.17) 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) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 43.0.17 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 45b7f4a commit f636dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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].17
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

0 commit comments

Comments
 (0)