Skip to content

Commit

Permalink
chore(deps): bump prefix-dev/setup-pixi from 0.5.2 to 0.6.0 (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 6d84eda commit 94ba5b9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Checkout modflow6
uses: actions/checkout@v4

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
compiler: gcc
version: ${{ env.FC_V }}

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
version: ${{ env.FC_V }}

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.5.2
uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
version: ${{ env.FC_V }}

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.5.2
uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
path: modflow6-examples

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.5.2
uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
path: modflow6

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.5.2
uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
version: ${{ matrix.version }}

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.5.2
uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: usgslatex

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.5.2
uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
sudo apt-get install doxygen graphviz
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.5.2
uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
path: modflow6-largetestmodels

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.5.2
uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
ref: ${{ inputs.branch }}

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.5.2
uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down

0 comments on commit 94ba5b9

Please sign in to comment.