diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 8be1920ef..c0b1755a8 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Python 3.12 if: github.event.action != 'closed' - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.12 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ec5518da..7bcbe4d79 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python 3.12 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.12