Skip to content

Commit 212d723

Browse files
committed
CI(GHActions): Upgrade checkout and setup-python actions
1 parent de2b36b commit 212d723

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
@@ -25,8 +25,8 @@ jobs:
2525
steps:
2626

2727
# Setup Python/pip
28-
- uses: actions/checkout@v4
29-
- uses: conda-incubator/setup-miniconda@v3
28+
- uses: actions/checkout@v5
29+
- uses: conda-incubator/setup-miniconda@v3.2.0
3030
with:
3131
channels: conda-forge, conda-forge/label/python_rc
3232
miniforge-version: latest

0 commit comments

Comments
 (0)