Skip to content

Bump prefix-dev/setup-pixi from 0.8.3 to 0.8.4 #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: prefix-dev/[email protected].3
- uses: prefix-dev/[email protected].4
with:
cache: true
cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }}
Expand All @@ -50,7 +50,7 @@ jobs:
with:
ref: ${{ needs.find-tag.outputs.latest-tag }}

- uses: prefix-dev/[email protected].3
- uses: prefix-dev/[email protected].4
with:
cache: true
cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
echo #include "%GITHUB_WORKSPACE%/ammr/libdef.any" > libdef.any
echo #include "%GITHUB_WORKSPACE%/ammr4/libdef.any" > libdef-ammr4.any

- uses: prefix-dev/[email protected].3
- uses: prefix-dev/[email protected].4
with:
cache: true
cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
with:
fetch-depth: 0

- uses: prefix-dev/[email protected].3
- uses: prefix-dev/[email protected].4
with:
cache: true
cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }}
Expand All @@ -146,7 +146,7 @@ jobs:
ref: ${{ needs.find-tag.outputs.latest-tag }}
fetch-depth: 0

- uses: prefix-dev/[email protected].3
- uses: prefix-dev/[email protected].4
with:
cache: true
cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }}
Expand Down
Loading