diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f277df740..484bb320e 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.0.0 + uses: actions/setup-python@v5.1.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.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: 3.x - name: Get pip cache directory