Skip to content

Commit 67169f0

Browse files
committed
CI(GHActions): Upgrade checkout and setup-python actions
1 parent 60212c5 commit 67169f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
steps:
2222

2323
# Setup Python/pip
24-
- uses: actions/checkout@v4
25-
- uses: conda-incubator/setup-miniconda@v3
24+
- uses: actions/checkout@v5
25+
- uses: conda-incubator/setup-miniconda@v3.2.0
2626
with:
2727
channels: conda-forge, conda-forge/label/python_rc
2828
miniforge-version: latest

0 commit comments

Comments
 (0)