From dc0684e9559563ac616f18c7878d09e9a9ffd05a Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 10 Jan 2025 19:28:59 +0200 Subject: [PATCH] Bump CI bits --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfaf638..7024efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,25 +14,25 @@ jobs: strategy: matrix: include: - - python-version: '3.11' + - python-version: '3.13' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Set up Python ${{ matrix.python-version }}' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '${{ matrix.python-version }}' cache: pip - run: pip install -U pip - run: pip install tox-gh-actions tox - run: tox - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 Lint-Frontend: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 cache: npm cache-dependency-path: package.json - run: npm i --ignore-scripts @@ -43,12 +43,12 @@ jobs: - Lint-Frontend runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.13' cache: pip - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16 cache: npm @@ -60,7 +60,7 @@ jobs: NODE_ENV: production - run: python -m build . - run: zipinfo dist/*.whl | grep static/infokala/infokala.js || exit 42 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dist path: dist