Skip to content

Commit 8fa0728

Browse files
committed
Revert "build(deps): update check-jsonschema requirement from ==0.30.* to ==0.31.* in /requirements (#352)"
This reverts commit 04e5367.
1 parent 04e5367 commit 8fa0728

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/check-schema.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
submodules: recursive
29-
- name: Set up Python 🐍
30-
uses: actions/setup-python@v5
31-
with:
32-
python-version: "3.x"
3329

3430
# if actions version is given install defined versions
3531
- name: "[optional] Pull reusable 🤖 actions"

requirements/gha-schema.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
check-jsonschema ==0.31.*
1+
check-jsonschema ==0.30.*

0 commit comments

Comments
 (0)