-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group with 1 update (#910)
Bumps the dependencies group with 1 update: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `prefix-dev/setup-pixi` from 0.4.1 to 0.4.3 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.4.1...v0.4.3) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
13b505f
commit addbdd3
Showing
6 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
manifest-path: Docs/pixi.toml | ||
cache: true | ||
|
@@ -56,7 +56,7 @@ jobs: | |
git fetch --shallow-since=2020-07-07 | ||
git checkout $(git describe --tags `git rev-list --tags=ammr* --max-count=1`); | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
continue-on-error: true | ||
id: pixisetup | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
ref: ${{ env.GIT_REFERENCE }} | ||
fetch-depth: 0 | ||
|
||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }} | ||
post-cleanup: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
anybody-version: "7.5.0" | ||
anybody-version-suffix: "Beta" | ||
|
||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
cache: true | ||
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
anybody-version: "7.5.0" | ||
anybody-version-suffix: "Beta" | ||
|
||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
id: pixi | ||
continue-on-error: true | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
cache: true | ||
pixi-bin-path: ${{ runner.temp }}\Scripts\pixi.exe | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
|
||
- uses: actions/checkout@v4 | ||
|
||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
cache: true | ||
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }} | ||
|