diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 06624b0f..12ecbd10 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: cache: true cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }} @@ -54,7 +54,7 @@ jobs: with: ref: ${{ needs.find-tag.outputs.latest-tag }} - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: cache: true cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }} @@ -96,7 +96,7 @@ jobs: echo #include "%GITHUB_WORKSPACE%/ammr/libdef.any" > libdef.any echo #include "%GITHUB_WORKSPACE%/ammr4/libdef.any" > libdef-ammr4.any - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: cache: true cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }} @@ -125,7 +125,7 @@ jobs: with: fetch-depth: 0 - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: cache: true cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }} @@ -150,7 +150,7 @@ jobs: ref: ${{ needs.find-tag.outputs.latest-tag }} fetch-depth: 0 - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.4 with: cache: true cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }}