diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3bebd747..d76b3131 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: docs scripts - name: Setup python - uses: actions/setup-python@v5.6.0 + uses: actions/setup-python@v6.1.0 with: python-version: 3.x - name: Get pip cache directory @@ -69,7 +69,7 @@ jobs: docs scripts - name: Setup python - uses: actions/setup-python@v5.6.0 + uses: actions/setup-python@v6.1.0 with: python-version: 3.x - name: Get pip cache directory