From 02108a4d166d0819b3d298605538d51839a95636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:05:26 +0100 Subject: [PATCH 1/2] Bump tj-actions/changed-files from 44 to 45 (#201) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44...v45) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-list.yml b/.github/workflows/build-list.yml index adda195..b799163 100644 --- a/.github/workflows/build-list.yml +++ b/.github/workflows/build-list.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Change list id: change-list - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 - name: Check what needs to be built id: build run: | From 0f4a63c92d385fa9903a11d1b0b16c1f2f0b7358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20Fern=C3=A1ndez?= Date: Fri, 30 Aug 2024 18:18:38 +0100 Subject: [PATCH 2/2] Add the extension to base (#202) --- base/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 0d889f9..435d14c 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -42,7 +42,8 @@ RUN mamba install -y -q \ RUN pip install --no-cache-dir \ shortid \ - nbgitpuller + nbgitpuller \ + git+https://github.com/EGI-Federation/notebooks-resource-warning WORKDIR "${HOME}"