diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 46dcdaa..750534f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.12 cache: 'pip'