diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 5eb065e..0848f33 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -25,7 +25,7 @@ jobs: version: "0.11.29" enable-cache: true - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.13'