Skip to content

Commit a43280b

Browse files
committed
Update versions of checkout/conda actions
1 parent c8182bd commit a43280b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

20-
- uses: conda-incubator/setup-miniconda@v2
20+
- uses: conda-incubator/setup-miniconda@v3
2121
with:
2222
python-version: ${{ matrix.pyversion }}
23-
auto-update-conda: true
2423
channels: conda-forge,defaults
2524
miniforge-variant: Miniforge3
2625
use-mamba: true

0 commit comments

Comments
 (0)