From 52edb16189abe5d6d044d275ff44c29df043ccbd Mon Sep 17 00:00:00 2001 From: martinRenou Date: Wed, 14 Jan 2026 14:17:31 +0100 Subject: [PATCH] Bot: Use official jupyterlab/maintainer-tools action --- .github/workflows/update_galata_references.yaml | 2 +- .github/workflows/update_lite_galata_references.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_galata_references.yaml b/.github/workflows/update_galata_references.yaml index c3bad643f..e7acd5fb5 100644 --- a/.github/workflows/update_galata_references.yaml +++ b/.github/workflows/update_galata_references.yaml @@ -20,7 +20,7 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, 'please update snapshots') steps: - - uses: martinRenou/maintainer-tools/.github/actions/update-snapshots-checkout@check_perm + - uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots-checkout@main with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update_lite_galata_references.yaml b/.github/workflows/update_lite_galata_references.yaml index 7ab8118c0..f4f00c284 100644 --- a/.github/workflows/update_lite_galata_references.yaml +++ b/.github/workflows/update_lite_galata_references.yaml @@ -20,7 +20,7 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, 'please update snapshots') steps: - - uses: martinRenou/maintainer-tools/.github/actions/update-snapshots-checkout@check_perm + - uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots-checkout@main with: github_token: ${{ secrets.GITHUB_TOKEN }}