Skip to content

Commit accf8b5

Browse files
Bump prefix-dev/setup-pixi from 0.8.2 to 0.8.3 (#32)
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.2...v0.8.3) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa643a2 commit accf8b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
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/setup-pixi@v0.8.2
36+
- uses: prefix-dev/setup-pixi@v0.8.3
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/setup-pixi@v0.8.2
53+
- uses: prefix-dev/setup-pixi@v0.8.3
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/setup-pixi@v0.8.2
95+
- uses: prefix-dev/setup-pixi@v0.8.3
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/setup-pixi@v0.8.2
124+
- uses: prefix-dev/setup-pixi@v0.8.3
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/setup-pixi@v0.8.2
149+
- uses: prefix-dev/setup-pixi@v0.8.3
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)