diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7d577fb3..335f140b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 # Full history for git-revision-date-localized plugin - name: 🐍 Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12" cache: "pip" diff --git a/.github/workflows/deploy_complete_app.yml b/.github/workflows/deploy_complete_app.yml index 3070ea1a..70e283af 100644 --- a/.github/workflows/deploy_complete_app.yml +++ b/.github/workflows/deploy_complete_app.yml @@ -112,7 +112,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12"