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