From 63be2c164ec9df15ee05e65ec0d7cfc1c13ffe87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:46:37 +0000 Subject: [PATCH] Bump the github-actions-deps group across 2 directories with 2 updates Bumps the github-actions-deps group with 1 update in the / directory: [actions/github-script](https://github.com/actions/github-script). Bumps the github-actions-deps group with 1 update in the /.github/actions/cmake directory: [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `hendrikmuhs/ccache-action` from 1.2.20 to 1.2.22 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/v1.2.20...v1.2.22) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] --- .github/actions/cmake/action.yml | 2 +- .github/workflows/auto-add-reviewers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/cmake/action.yml b/.github/actions/cmake/action.yml index c234890..3e5bd0b 100644 --- a/.github/actions/cmake/action.yml +++ b/.github/actions/cmake/action.yml @@ -25,7 +25,7 @@ runs: shell: bash - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.20 + uses: hendrikmuhs/ccache-action@v1.2.22 with: key: ${{ github.job }} diff --git a/.github/workflows/auto-add-reviewers.yml b/.github/workflows/auto-add-reviewers.yml index baaf1b0..8cdb2a3 100644 --- a/.github/workflows/auto-add-reviewers.yml +++ b/.github/workflows/auto-add-reviewers.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Add reviewers for dependencies if: contains(github.event.pull_request.labels.*.name, 'github_actions') || contains(github.event.pull_request.labels.*.name, 'gitsubmodule') - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.pulls.requestReviewers({