Skip to content

Commit

Permalink
chore(deps): bump prefix-dev/setup-pixi from 0.6.0 to 0.7.0 (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent dca518a commit 60e5d42
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.6.0
- uses: prefix-dev/setup-pixi@v0.7.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.6.0
- uses: prefix-dev/setup-pixi@v0.7.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.6.0
uses: prefix-dev/setup-pixi@v0.7.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
version: ${{ env.FC_V }}

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

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

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.6.0
uses: prefix-dev/setup-pixi@v0.7.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.6.0
uses: prefix-dev/setup-pixi@v0.7.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout modflow6
uses: actions/checkout@v4

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

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
path: usgslatex

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.6.0
uses: prefix-dev/setup-pixi@v0.7.0
with:
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
sudo apt-get install doxygen graphviz
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.6.0
uses: prefix-dev/setup-pixi@v0.7.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.6.0
uses: prefix-dev/setup-pixi@v0.7.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.6.0
- uses: prefix-dev/setup-pixi@v0.7.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 @@ -103,7 +103,7 @@ jobs:
ref: ${{ inputs.branch }}

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

0 comments on commit 60e5d42

Please sign in to comment.