Skip to content

Commit 9ca78cf

Browse files
authored
Update ci.yml
1 parent 067bb67 commit 9ca78cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111

1212

1313
- name: Set up Python
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.8
16+
python-version: 3.11
1717

1818
- name: Setup Conda
1919
uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)