From 23c394b9051dce667695d0b3fef7192b2be3eb0e Mon Sep 17 00:00:00 2001 From: patnr Date: Mon, 19 Feb 2024 11:39:42 +0100 Subject: [PATCH] Upgrade actions to fix node deprecation --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1cfe149..571d859 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,9 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.10 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: "3.10" # try to keep similar to Colab