Skip to content

Commit e0b0d6a

Browse files
authored
CI: updating actions versions (#153)
1 parent 87be1e4 commit e0b0d6a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
shell: bash -l {0}
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- uses: conda-incubator/setup-miniconda@v2
2626
with:
2727
auto-update-conda: true
@@ -40,12 +40,11 @@ jobs:
4040
conda list
4141
make -C site/ SPHINXOPTS="-nWT --keep-going" html
4242
43-
- uses: actions/upload-artifact@v2
43+
- uses: actions/upload-artifact@v3
4444
with:
4545
name: sphinx-build-artifact
4646
path: site/_build/html/reports
4747

4848
- name: fail on build errors
4949
if: steps.build_step.outcome != 'success'
5050
run: exit 1
51-

.github/workflows/notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
python-version: [3.8, 3.9, "3.10"]
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

0 commit comments

Comments
 (0)