Skip to content

Commit

Permalink
Merge pull request #142 from ACCESS-NRI/dependabot/github_actions/con…
Browse files Browse the repository at this point in the history
…da-incubator/setup-miniconda-3

Bump conda-incubator/setup-miniconda from 2 to 3
  • Loading branch information
dougiesquire committed Dec 4, 2023
2 parents f5fea80 + 9b23a2e commit 1e167cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
python-version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 1e167cd

Please sign in to comment.