From 8fa0728fc5d84800b3b8ec230a2df46d30d52c7b Mon Sep 17 00:00:00 2001 From: Jirka B Date: Wed, 22 Jan 2025 08:42:38 +0100 Subject: [PATCH] Revert "build(deps): update check-jsonschema requirement from ==0.30.* to ==0.31.* in /requirements (#352)" This reverts commit 04e53675242a0535f6d729a02efa2602d91a5ce8. --- .github/workflows/check-schema.yml | 4 ---- requirements/gha-schema.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/check-schema.yml b/.github/workflows/check-schema.yml index b0023f17..3c2751d4 100644 --- a/.github/workflows/check-schema.yml +++ b/.github/workflows/check-schema.yml @@ -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" diff --git a/requirements/gha-schema.txt b/requirements/gha-schema.txt index b86453b6..fd7a567c 100644 --- a/requirements/gha-schema.txt +++ b/requirements/gha-schema.txt @@ -1 +1 @@ -check-jsonschema ==0.31.* +check-jsonschema ==0.30.*