From 4b6c1dff7a84515c4ec0edbc2e14b6cd5c531066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:06:11 +0000 Subject: [PATCH] fix(deps)(deps): bump the github-actions-dependencies group across 1 directory with 2 updates Bumps the github-actions-dependencies group with 2 updates in the / directory: [actions/stale](https://github.com/actions/stale) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/stale` from 10 to 11 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v10...v11) Updates `actions/checkout` from 6 to 7 - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yaml | 2 +- .github/workflows/test-cpp-compatibility-check-action.yaml | 2 +- .github/workflows/test-pre-commit-action.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index d29c6bf..bc73462 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -12,7 +12,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v10 + - uses: actions/stale@v11 with: # Issues settings days-before-issue-stale: 30 diff --git a/.github/workflows/test-cpp-compatibility-check-action.yaml b/.github/workflows/test-cpp-compatibility-check-action.yaml index eb6c69f..a8aa28d 100644 --- a/.github/workflows/test-cpp-compatibility-check-action.yaml +++ b/.github/workflows/test-cpp-compatibility-check-action.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Test C++ Compatibility Check Action uses: thedevmystic/github-actions/cpp-compatibility-check@main diff --git a/.github/workflows/test-pre-commit-action.yaml b/.github/workflows/test-pre-commit-action.yaml index a8040bb..6679df7 100644 --- a/.github/workflows/test-pre-commit-action.yaml +++ b/.github/workflows/test-pre-commit-action.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Test Pre Commit Action uses: thedevmystic/github-actions/pre-commit@main