diff --git a/.github/workflows/deploy-jupyter-book.yml b/.github/workflows/deploy-jupyter-book.yml index 545f63d..b88f486 100644 --- a/.github/workflows/deploy-jupyter-book.yml +++ b/.github/workflows/deploy-jupyter-book.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.10.0 + uses: prefix-dev/setup-pixi@v0.10.2 with: cache: true cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}