From 132d6bfc8679e9482c0b26f10bfefd32cc97f407 Mon Sep 17 00:00:00 2001 From: RodoMa92 Date: Tue, 14 Jul 2026 16:20:27 +0200 Subject: Upstream action workflows. Updated older action workflows and adapted the with variables where needed. Python has been also bumped to the latest 3.11 LTS release, but we will probably need to consider a mayor version bump in the future, since it has only ~ 1 year of security updates. --- .github/workflows/build-win.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/build-win.yml') diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index 6fa99b8e..fdd66b39 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -16,15 +16,15 @@ jobs: - name: Checkout 🧰 uses: actions/checkout@v4 - - name: Set up NodeJS 20 💎 - uses: actions/setup-node@v4 + - name: Set up NodeJS LTS 💎 + uses: actions/setup-node@v7 with: - node-version: 20 + node-version: "lts/*" - - name: Set up Python 3.11.7 🐍 + - name: Set up Python 3.11 🐍 uses: actions/setup-python@v5 with: - python-version: "3.11.7" + python-version: "3.11" - name: Install Poetry uses: snok/install-poetry@v1 -- cgit v1.2.3