Skip to content

Commit 94c7bbd

Browse files
Bump prefix-dev/setup-pixi from 0.8.4 to 0.8.8 (#38)
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.8.4 to 0.8.8. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.4...v0.8.8) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ab05e0 commit 94c7bbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535

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

53-
- uses: prefix-dev/[email protected].4
53+
- uses: prefix-dev/[email protected].8
5454
with:
5555
cache: true
5656
cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }}
@@ -92,7 +92,7 @@ jobs:
9292
echo #include "%GITHUB_WORKSPACE%/ammr/libdef.any" > libdef.any
9393
echo #include "%GITHUB_WORKSPACE%/ammr4/libdef.any" > libdef-ammr4.any
9494
95-
- uses: prefix-dev/[email protected].4
95+
- uses: prefix-dev/[email protected].8
9696
with:
9797
cache: true
9898
cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }}
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
fetch-depth: 0
123123

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

149-
- uses: prefix-dev/[email protected].4
149+
- uses: prefix-dev/[email protected].8
150150
with:
151151
cache: true
152152
cache-write: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'master' }}

0 commit comments

Comments
 (0)