Skip to content

Commit 13f2ffb

Browse files
Merge pull request #330 from NCAS-CMS/dependabot/github_actions/conda-incubator/setup-miniconda-4.0.0
Bump conda-incubator/setup-miniconda from 3 to 4.0.0
2 parents ab85d39 + 6d076a9 commit 13f2ffb

7 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/create-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
26-
- uses: conda-incubator/setup-miniconda@v3
26+
- uses: conda-incubator/setup-miniconda@v4
2727
with:
2828
auto-update-conda: true
2929
activate-environment: activestorage-fromlock

.github/workflows/install-from-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v6
2929
with:
3030
fetch-depth: 0
31-
- uses: conda-incubator/setup-miniconda@v3
31+
- uses: conda-incubator/setup-miniconda@v4
3232
with:
3333
activate-environment: activestorage-fromlock
3434
python-version: ${{ matrix.python-version }}

.github/workflows/run-s3-test-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
done
3535
- name: Run Reductionist container
3636
run: docker run -it --detach --rm --net=host --name reductionist ghcr.io/stackhpc/reductionist-rs:latest
37-
- uses: conda-incubator/setup-miniconda@v3
37+
- uses: conda-incubator/setup-miniconda@v4
3838
with:
3939
activate-environment: activestorage-minio
4040
environment-file: environment.yml

.github/workflows/run-test-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
23-
- uses: conda-incubator/setup-miniconda@v3
23+
- uses: conda-incubator/setup-miniconda@v4
2424
with:
2525
activate-environment: activestorage
2626
environment-file: environment.yml

.github/workflows/run-tests-condaforge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
27-
- uses: conda-incubator/setup-miniconda@v3
27+
- uses: conda-incubator/setup-miniconda@v4
2828
with:
2929
activate-environment: activestorage
3030
python-version: ${{ matrix.python-version }}
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v6
5858
with:
5959
fetch-depth: 0
60-
- uses: conda-incubator/setup-miniconda@v3
60+
- uses: conda-incubator/setup-miniconda@v4
6161
with:
6262
activate-environment: activestorage
6363
python-version: ${{ matrix.python-version }}

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
27-
- uses: conda-incubator/setup-miniconda@v3
27+
- uses: conda-incubator/setup-miniconda@v4
2828
with:
2929
activate-environment: activestorage
3030
environment-file: environment.yml
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v6
5050
with:
5151
fetch-depth: 0
52-
- uses: conda-incubator/setup-miniconda@v3
52+
- uses: conda-incubator/setup-miniconda@v4
5353
with:
5454
activate-environment: activestorage
5555
environment-file: environment.yml

.github/workflows/test_s3_minio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
done
3939
- name: Run Reductionist container
4040
run: docker run -it --detach --rm --net=host --name reductionist ghcr.io/stackhpc/reductionist-rs:latest
41-
- uses: conda-incubator/setup-miniconda@v3
41+
- uses: conda-incubator/setup-miniconda@v4
4242
with:
4343
activate-environment: activestorage-minio
4444
environment-file: environment.yml

0 commit comments

Comments
 (0)