diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 491a5cbd5..a62c95e47 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,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 @@ -51,7 +51,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