Skip to content

Commit

Permalink
Revert "build(deps): update check-jsonschema requirement from ==0.30.…
Browse files Browse the repository at this point in the history
…* to ==0.31.* in /requirements (#352)"

This reverts commit 04e5367.
  • Loading branch information
Borda committed Jan 22, 2025
1 parent 04e5367 commit 8fa0728
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python 🐍
uses: actions/setup-python@v5
with:
python-version: "3.x"

# if actions version is given install defined versions
- name: "[optional] Pull reusable 🤖 actions"
Expand Down
2 changes: 1 addition & 1 deletion requirements/gha-schema.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
check-jsonschema ==0.31.*
check-jsonschema ==0.30.*

0 comments on commit 8fa0728

Please sign in to comment.