diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index 7797c9d..1040fec 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Python 3.10 - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.10" cache: 'pip'