diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 40f222f..01dc734 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: # Install dependencies - name: Set up Python 3.11 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11