Skip to content

Commit b90c1c0

Browse files
Update conda-incubator/setup-miniconda action to v4
1 parent 6d4ec88 commit b90c1c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
persist-credentials: false
7474
# TODO(zanieb): Find an alternative for this action; it uses EOL Node 20
75-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
75+
- uses: conda-incubator/setup-miniconda@bce0bd83659520ccaf4925e604d458d512f7df37 # v4.0.0
7676
with:
7777
miniconda-version: latest
7878
activate-environment: uv
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
persist-credentials: false
107107
# TODO(zanieb): Find an alternative for this action; it uses EOL Node 20
108-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
108+
- uses: conda-incubator/setup-miniconda@bce0bd83659520ccaf4925e604d458d512f7df37 # v4.0.0
109109
with:
110110
miniconda-version: latest
111111
activate-environment: uv

.github/workflows/test-system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ jobs:
752752
persist-credentials: false
753753

754754
# TODO(zanieb): Find an alternative for this action; it uses EOL Node 20
755-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
755+
- uses: conda-incubator/setup-miniconda@bce0bd83659520ccaf4925e604d458d512f7df37 # v4.0.0
756756
with:
757757
miniconda-version: "latest"
758758
activate-environment: uv

0 commit comments

Comments
 (0)