From e66db8716528e7f90fc2367011ef8d4c7e998bb0 Mon Sep 17 00:00:00 2001 From: Esben Jannik Bjerrum <12825511+EBjerrum@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:33:03 +0200 Subject: [PATCH] Update actions.yml Updated version of python-setup to 5 for node compatibiliity --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 869d932..f4af6d4 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Install dependencies