diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f77a3ff5b9..38a6842586 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: sparse-checkout: | docs - name: Setup python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: 3.x - name: Get pip cache directory @@ -46,7 +46,7 @@ jobs: sparse-checkout: | docs - name: Setup python - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: 3.x - name: Get pip cache directory