Commit 4635fe7 1 parent ac44fe4 commit 4635fe7 Copy full SHA for 4635fe7
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
os : [ubuntu-latest, macos-12]
27
27
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
31
31
- name : Cache conda
32
- uses : actions/cache@v1
32
+ uses : actions/cache@v4
33
33
env :
34
34
CACHE_NUMBER : 0 # Increase this value to reset cache if .github/mrchem-gha.yml has not changed
35
35
with :
44
44
activate-environment : mrchem-gha
45
45
environment-file : .github/mrchem-gha.yml
46
46
channel-priority : true
47
- python-version : 3.9
47
+ python-version : 3.11
48
48
use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
49
49
50
50
- name : Configure
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Set up environment
22
- uses : conda-incubator/setup-miniconda@v2
22
+ uses : conda-incubator/setup-miniconda@v3
23
23
with :
24
24
auto-update-conda : true
25
25
auto-activate-base : false
26
26
activate-environment : mrchem-codecov
27
27
environment-file : .github/mrchem-codecov.yml
28
28
channel-priority : true
29
- python-version : 3.9
29
+ python-version : 3.11
30
30
31
31
- name : Configure
32
32
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments