Skip to content

Commit 6f4f024

Browse files
authored
Fix CI (#310)
1 parent 7407164 commit 6f4f024

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
env:
1212
NIKOLA_DEPLOY: python.ec
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Setup Python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.10'
1919
- name: Install requirements
2020
run: |
21-
python3 -m pip install --upgrade pip
22-
python3 -m pip install nox
21+
python -m pip install --upgrade pip
22+
python -m pip install nox
2323
- name: Tests
2424
run: python -m nox -s tests
2525
- name: Lint

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nikola[extras]==8.2.3
1+
nikola[extras]==8.2.4

0 commit comments

Comments
 (0)