diff --git a/.github/workflows/deploy-jupyter-book.yml b/.github/workflows/deploy-jupyter-book.yml index 569a5e5..f94a87e 100644 --- a/.github/workflows/deploy-jupyter-book.yml +++ b/.github/workflows/deploy-jupyter-book.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.8.10 + uses: prefix-dev/setup-pixi@v0.8.14 with: cache: true cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}