From d5e4d1a458bbd36c16aefd1a7f88f30422ccb96f Mon Sep 17 00:00:00 2001 From: Luca Fiorito Date: Fri, 18 Nov 2022 14:11:09 +0100 Subject: [PATCH] update node12 to node16 --- .github/workflows/test_notebooks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_notebooks.yml b/.github/workflows/test_notebooks.yml index 82558e94..f891a2d6 100644 --- a/.github/workflows/test_notebooks.yml +++ b/.github/workflows/test_notebooks.yml @@ -20,13 +20,13 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # The branch, tag or SHA to checkout. When checking out the repository that # triggered a workflow, this defaults to the reference or SHA for that event. # Otherwise, defaults to `master`. ref: 'develop' - - uses: "actions/setup-python@v2" + - uses: "actions/setup-python@v3" with: python-version: "3.6"