Skip to content

Commit 2402bfd

Browse files
committed
CI(GHActions): Upgrade checkout and setup-python actions
1 parent 7fa955a commit 2402bfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
if: ${{ runner.os == 'Windows' }}
4343

4444
# Setup Python/pip
45-
- uses: actions/checkout@v4
46-
- uses: conda-incubator/setup-miniconda@v3
45+
- uses: actions/checkout@v5
46+
- uses: conda-incubator/setup-miniconda@v3.2.0
4747
with:
4848
channels: conda-forge, conda-forge/label/python_rc
4949
miniforge-version: latest

0 commit comments

Comments
 (0)