chore(deps): update https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action action to v0.1.9 (#37)
All checks were successful
CD / Release (push) Successful in 15s
All checks were successful
CD / Release (push) Successful in 15s
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action) | action | patch | `0.1.2` → `0.1.9` | `0.1.10` | --- ### Release Notes <details> <summary>t.behrendt/validate-json-by-json-schema-action (https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action)</summary> ### [`v0.1.9`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.8...0.1.9) [Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.8...0.1.9) ### [`v0.1.8`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.7...0.1.8) [Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.7...0.1.8) ### [`v0.1.7`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.6...0.1.7) [Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.6...0.1.7) ### [`v0.1.6`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.5...0.1.6) [Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.5...0.1.6) ### [`v0.1.5`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.4...0.1.5) [Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.4...0.1.5) ### [`v0.1.4`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.3...0.1.4) [Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.3...0.1.4) ### [`v0.1.3`](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.2...0.1.3) [Compare Source](https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/compare/0.1.2...0.1.3) </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 becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=--> Reviewed-on: #37 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
This commit was merged in pull request #37.
This commit is contained in:
@@ -18,6 +18,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Validate "${{ matrix.json-file }}"
|
- name: Validate "${{ matrix.json-file }}"
|
||||||
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@3e6f6900956d410f67923617c65f38a7efb228c6 # 0.1.2
|
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@a1aab1475d60d35d3197dc44c3e28050ec68cc7f # 0.1.9
|
||||||
with:
|
with:
|
||||||
json-file: "./${{ matrix.json-file }}"
|
json-file: "./${{ matrix.json-file }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user