diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3dab2011..ac9bfc93 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,19 +7,19 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: NIKOLA_DEPLOY: python.ec steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install requirements run: | - python3 -m pip install --upgrade pip - python3 -m pip install nox + python -m pip install --upgrade pip + python -m pip install nox - name: Tests run: python -m nox -s tests - name: Lint diff --git a/requirements.txt b/requirements.txt index 9de82473..7426ded2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -nikola[extras]==8.2.3 \ No newline at end of file +nikola[extras]==8.2.4