Skip to content

Commit

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

This reverts commit 8fa0728.
  • Loading branch information
Borda committed Jan 22, 2025
1 parent c492cd1 commit 599f08a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/check-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ 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.30.*
check-jsonschema ==0.31.*

0 comments on commit 599f08a

Please sign in to comment.