diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 37de5caf..4cf381d4 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" cache: pip