Skip to content

Commit 48120a5

Browse files
committed
Test new CI control versions
1 parent 8c84c32 commit 48120a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
os: ["ubuntu-latest"]
1818
steps:
1919
- name: check out diffpy.utils
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
repository: diffpy/diffpy.utils
2323
path: .
2424

2525
- name: initialize miniconda
2626
# this uses a marketplace action that sets up miniconda in a way that makes
2727
# it easier to use. I tried setting it up without this and it was a pain
28-
uses: conda-incubator/setup-miniconda@v2
28+
uses: conda-incubator/setup-miniconda@v3
2929
with:
3030
activate-environment: test
3131
# environment.yml file is needed by this action. Because I don't want

0 commit comments

Comments
 (0)