We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c84c32 commit 48120a5Copy full SHA for 48120a5
.github/workflows/main.yml
@@ -17,15 +17,15 @@ jobs:
17
os: ["ubuntu-latest"]
18
steps:
19
- name: check out diffpy.utils
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
with:
22
repository: diffpy/diffpy.utils
23
path: .
24
25
- name: initialize miniconda
26
# this uses a marketplace action that sets up miniconda in a way that makes
27
# it easier to use. I tried setting it up without this and it was a pain
28
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
29
30
activate-environment: test
31
# environment.yml file is needed by this action. Because I don't want
0 commit comments