We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87be1e4 commit 9b91078Copy full SHA for 9b91078
.github/workflows/conda.yml
@@ -21,7 +21,7 @@ jobs:
21
shell: bash -l {0}
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
- uses: conda-incubator/setup-miniconda@v2
26
with:
27
auto-update-conda: true
@@ -48,4 +48,3 @@ jobs:
48
- name: fail on build errors
49
if: steps.build_step.outcome != 'success'
50
run: exit 1
51
-
.github/workflows/notebooks.yml
@@ -20,9 +20,9 @@ jobs:
20
python-version: [3.8, 3.9, "3.10"]
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
python-version: ${{ matrix.python-version }}
28
0 commit comments