From adff55b939cd07b3b6d73ce490679827706eb0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 04:40:58 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) 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/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.js.yml | 2 +- .github/workflows/setup-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.js.yml b/.github/workflows/pull-request.js.yml index cf65166c..0cf9efe3 100644 --- a/.github/workflows/pull-request.js.yml +++ b/.github/workflows/pull-request.js.yml @@ -51,7 +51,7 @@ jobs: - name: Update architecture violations comment if: always() && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const marker = ''; diff --git a/.github/workflows/setup-pr.yml b/.github/workflows/setup-pr.yml index 0fc10d9b..5ae68fbd 100644 --- a/.github/workflows/setup-pr.yml +++ b/.github/workflows/setup-pr.yml @@ -14,7 +14,7 @@ jobs: issues: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0