Skip to content

Commit a1f20e2

Browse files
authored
Upgrade checkout action from v3 to v5
1 parent 3a36631 commit a1f20e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@ jobs:
2020
run:
2121
shell: bash -l {0}
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424

2525
- name: Set up conda
2626
uses: conda-incubator/setup-miniconda@v3
2727
with:
2828
activate-environment: simdec
2929
python-version: ${{ matrix.python-version }}
3030
channels: conda-forge
31-
miniforge-variant: Mambaforge
3231
miniforge-version: latest
33-
use-mamba: true
32+
mamba-version: "*"
3433
channel-priority: true
3534

3635
- name: Get Date

0 commit comments

Comments
 (0)