We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b157570 commit 875326aCopy full SHA for 875326a
1 file changed
.github/workflows/build-test-envt.yml
@@ -18,10 +18,10 @@ jobs:
18
run:
19
shell: bash -l {0}
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4.1.7
22
with:
23
ref: upgrade-to-3.9
24
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3.0.4
25
26
miniconda-version: 'latest'
27
channels: conda-forge
0 commit comments