From 796fdbdffcb1fb231d915d800aedbe40cd23b3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:35:12 +0000 Subject: [PATCH] Bump jupyterhub/repo2docker-action Bumps [jupyterhub/repo2docker-action](https://github.com/jupyterhub/repo2docker-action) from c26a270c5694cd5b7f6121d6360da321d114ddc5 to daa77f929833dcd836a711bc7837af945e9d27cc. - [Release notes](https://github.com/jupyterhub/repo2docker-action/releases) - [Changelog](https://github.com/jupyterhub/repo2docker-action/blob/master/RELEASE.md) - [Commits](https://github.com/jupyterhub/repo2docker-action/compare/c26a270c5694cd5b7f6121d6360da321d114ddc5...daa77f929833dcd836a711bc7837af945e9d27cc) --- updated-dependencies: - dependency-name: jupyterhub/repo2docker-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-binder-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binder-image.yml b/.github/workflows/build-binder-image.yml index 79d9e85c..a0d2b3cc 100644 --- a/.github/workflows/build-binder-image.yml +++ b/.github/workflows/build-binder-image.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: cache binder build on mybinder.org - uses: jupyterhub/repo2docker-action@c26a270c5694cd5b7f6121d6360da321d114ddc5 + uses: jupyterhub/repo2docker-action@daa77f929833dcd836a711bc7837af945e9d27cc with: NO_PUSH: true MYBINDERORG_TAG: ${{ github.event.ref }} # This builds the container on mybinder.org with the branch that was pushed on.