From 61c2382addc3415a212b5eb4854ce26dde4730c9 Mon Sep 17 00:00:00 2001 From: Sascha Spors Date: Tue, 30 Apr 2024 14:36:39 +0200 Subject: [PATCH] updated CI to latest actions --- .github/workflows/notebook_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notebook_ci.yml b/.github/workflows/notebook_ci.yml index 80b536f..2d5578f 100644 --- a/.github/workflows/notebook_ci.yml +++ b/.github/workflows/notebook_ci.yml @@ -15,10 +15,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.12 - run: sudo apt-get install libsndfile1 pandoc - run: pip install -r requirements.txt - run: pip install -r ci/requirements.txt