From d254669aaa380a041f70ac7df3dde3b1feb7f168 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:36:50 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/build.yml | 6 +++--- .github/workflows/check-release.yml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/prep-release.yml | 2 +- .github/workflows/publish-release.yml | 2 +- .github/workflows/update-integration-tests.yml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00e4293..b1e4d58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Base Setup - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - name: Install dependencies run: python -m pip install -U "jupyterlab>=4.0.0,<5" @@ -183,7 +183,7 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 - - uses: jupyterlab/maintainer-tools/.github/actions/check-links@affc83be6020d529b9368cd4d63e467877606600 # v1 + - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 + - uses: jupyterlab/maintainer-tools/.github/actions/check-links@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 with: ignore_links: 'https://github.com/deepnote/jupyterlab-deepnote/pull/ https://github.com/deepnote/jupyterlab-deepnote/issues/ https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml/badge.svg https://www.youtube.com/watch?v=jF0yA-JLQW0' diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index cd3e731..4a722bc 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -28,7 +28,7 @@ jobs: scope: '@deepnote' always-auth: true - name: Base Setup - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - name: Check Release uses: jupyter-server/jupyter_releaser/.github/actions/check-release@6accaa3c07b69acaa1e14e00ba138133d8cbe879 # v2 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98e4e5d..6c57b67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Base Setup - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - name: Install JupyterLab run: python -m pip install -U "jupyterlab>=4.0.0,<5" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31aa22b..9f1536c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Install qlty - uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899 + uses: qltysh/qlty-action/install@92420f3093ba65970fed22ce5f162ecb8a5c1700 - name: Run qlty check run: qlty check @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Base Setup - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - name: Install dependencies run: python -m pip install -U "jupyterlab>=4.0.0,<5" @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Base Setup - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - name: Install dependencies run: python -m pip install -U "jupyterlab>=4.0.0,<5" @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Base Setup - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - name: Install dependencies run: python -m pip install -U "jupyterlab>=4.0.0,<5" @@ -115,7 +115,7 @@ jobs: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Base Setup - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - name: Check licenses run: yarn check-licenses diff --git a/.github/workflows/prep-release.yml b/.github/workflows/prep-release.yml index ffbc30d..f3af0c2 100644 --- a/.github/workflows/prep-release.yml +++ b/.github/workflows/prep-release.yml @@ -29,7 +29,7 @@ jobs: permissions: contents: write steps: - - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - name: Prep Release id: prep-release diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f2be6c4..d34a0ca 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -19,7 +19,7 @@ jobs: permissions: id-token: write steps: - - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2 id: app-token diff --git a/.github/workflows/update-integration-tests.yml b/.github/workflows/update-integration-tests.yml index c4a252e..75875d0 100644 --- a/.github/workflows/update-integration-tests.yml +++ b/.github/workflows/update-integration-tests.yml @@ -69,7 +69,7 @@ jobs: fi - name: Base Setup - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1 + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 - name: Install dependencies run: python -m pip install -U "jupyterlab>=4.0.0,<5" @@ -80,7 +80,7 @@ jobs: jlpm python -m pip install . - - uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@affc83be6020d529b9368cd4d63e467877606600 # v1 + - uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@d72f5cb72b472c1e59036840891e918c9bda4dae # v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} # Playwright knows how to start JupyterLab server