We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048e65f commit de35ed2Copy full SHA for de35ed2
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
run:
21
shell: bash -l {0}
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
- uses: conda-incubator/setup-miniconda@v2
25
with:
26
python-version: ${{ matrix.python-version }}
.github/workflows/linter.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
name: Lint
9
10
11
- name: Set up Python 3.8 environment
12
uses: actions/setup-python@v1
13
0 commit comments