We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067bb67 commit 9ca78cfCopy full SHA for 9ca78cf
1 file changed
.github/workflows/ci.yml
@@ -7,13 +7,13 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
12
13
- name: Set up Python
14
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
15
with:
16
- python-version: 3.8
+ python-version: 3.11
17
18
- name: Setup Conda
19
uses: conda-incubator/setup-miniconda@v3
0 commit comments