We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e5367 commit 8fa0728Copy full SHA for 8fa0728
.github/workflows/check-schema.yml
@@ -26,10 +26,6 @@ jobs:
26
uses: actions/checkout@v4
27
with:
28
submodules: recursive
29
- - name: Set up Python 🐍
30
- uses: actions/setup-python@v5
31
- with:
32
- python-version: "3.x"
33
34
# if actions version is given install defined versions
35
- name: "[optional] Pull reusable 🤖 actions"
requirements/gha-schema.txt
@@ -1 +1 @@
1
-check-jsonschema ==0.31.*
+check-jsonschema ==0.30.*
0 commit comments