From 13f596fd95fa3137a70bcb01ddde283237d78c8e Mon Sep 17 00:00:00 2001 From: CPK Date: Thu, 19 Sep 2024 13:05:05 +0200 Subject: [PATCH] Updated action/checkout to @4 and action/setup-python to @5 --- .github/workflows/json-schema.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/json-schema.yml b/.github/workflows/json-schema.yml index 8aefc88..657bfc9 100644 --- a/.github/workflows/json-schema.yml +++ b/.github/workflows/json-schema.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' @@ -28,4 +28,4 @@ jobs: - name: Run JSON validation run: | - python utility/check.py \ No newline at end of file + python utility/check.py