From 9ceb3290510c20c93d7b50cecb2fed5c27a6bfa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:03:57 +0000 Subject: [PATCH] chore: bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b97) Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-book.yml | 2 +- .github/workflows/label-translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-book.yml b/.github/workflows/build-book.yml index a3ab7c420..386f2ed2f 100644 --- a/.github/workflows/build-book.yml +++ b/.github/workflows/build-book.yml @@ -31,7 +31,7 @@ jobs: git restore-mtime - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: "3.13" diff --git a/.github/workflows/label-translations.yml b/.github/workflows/label-translations.yml index a7c557177..6b67c9c0e 100644 --- a/.github/workflows/label-translations.yml +++ b/.github/workflows/label-translations.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply translation labels - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const files = await github.paginate(github.rest.pulls.listFiles, {