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