From 8c610404bdf20cefd05c9e8f2f5a52d835f242a3 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 6 Feb 2025 13:38:50 +0100 Subject: [upd] upgrade: github actions / to ubuntu: 24.04 / to nvm: node 20.15 - ubuntu-20.04 --> ubuntu-24.04 Signed-off-by: Markus Heiser --- .github/workflows/translations-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/translations-update.yml') diff --git a/.github/workflows/translations-update.yml b/.github/workflows/translations-update.yml index ebb2f0cd1..85e141e7f 100644 --- a/.github/workflows/translations-update.yml +++ b/.github/workflows/translations-update.yml @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy jobs: babel: name: "create PR for additions from weblate" - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: ${{ github.repository_owner == 'searxng' && github.ref == 'refs/heads/master' }} steps: - name: Checkout @@ -28,7 +28,7 @@ jobs: ./local ./.nvm ./node_modules - key: python-ubuntu-20.04-3.12-${{ hashFiles('requirements*.txt', 'setup.py','.nvmrc', 'package.json') }} + key: python-ubuntu-24.04-3.12-${{ hashFiles('requirements*.txt', 'setup.py','.nvmrc', 'package.json') }} - name: weblate & git setup env: WEBLATE_CONFIG: ${{ secrets.WEBLATE_CONFIG }} -- cgit v1.2.3