Skip to content

Commit 7486afd

Browse files
committed
Update workflow actions (setup-miniconda and checkout). Add .spyproject to .gitignore
1 parent ba36f61 commit 7486afd

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
PYTHON_VERSION: ['3.7', '3.10']
2626
steps:
2727
- name: Checkout branch
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
- name: Install Conda
30-
uses: conda-incubator/setup-miniconda@v2
30+
uses: conda-incubator/setup-miniconda@v3
3131
with:
3232
activate-environment: test
3333
python-version: ${{ matrix.PYTHON_VERSION }}
@@ -70,9 +70,9 @@ jobs:
7070
PYTHON_VERSION: ['3.8', '3.9']
7171
steps:
7272
- name: Checkout branch
73-
uses: actions/checkout@v2
73+
uses: actions/checkout@v3
7474
- name: Install Conda
75-
uses: conda-incubator/setup-miniconda@v2
75+
uses: conda-incubator/setup-miniconda@v3
7676
with:
7777
activate-environment: test
7878
python-version: ${{ matrix.PYTHON_VERSION }}
@@ -111,9 +111,9 @@ jobs:
111111
PYTHON_VERSION: ['3.7', '3.8', '3.9', '3.10']
112112
steps:
113113
- name: Checkout branch
114-
uses: actions/checkout@v2
114+
uses: actions/checkout@v3
115115
- name: Install Conda
116-
uses: conda-incubator/setup-miniconda@v2
116+
uses: conda-incubator/setup-miniconda@v3
117117
with:
118118
activate-environment: test
119119
python-version: ${{ matrix.PYTHON_VERSION }}
@@ -152,9 +152,9 @@ jobs:
152152
PYTHON_VERSION: ['3.7', '3.8', '3.9', '3.10']
153153
steps:
154154
- name: Checkout branch
155-
uses: actions/checkout@v2
155+
uses: actions/checkout@v3
156156
- name: Install Conda
157-
uses: conda-incubator/setup-miniconda@v2
157+
uses: conda-incubator/setup-miniconda@v3
158158
with:
159159
activate-environment: test
160160
python-version: ${{ matrix.PYTHON_VERSION }}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,7 @@ activate.xsh
275275

276276
# Loghub
277277
CHANGELOG.temp
278+
279+
# Spyder
280+
.spyproject/
281+

0 commit comments

Comments
 (0)