diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d1ef8e..b94b800 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python }} - name: Validate structure and syntax