From 72f89af77c2ffcb7c2135ad53ea725aee02a09e6 Mon Sep 17 00:00:00 2001 From: Tom Vercauteren Date: Fri, 27 Sep 2024 09:15:59 +0100 Subject: [PATCH] updating github actions to avoid deprecation warning --- .github/workflows/black.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 9065b5e..aeee927 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -6,5 +6,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: psf/black@stable + with: + jupyter: true