From 7a509afb3a292bb321a2599bc182d2e9858e004c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:47:29 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [github/issue-labeler](https://github.com/github/issue-labeler) and [actions/stale](https://github.com/actions/stale). Updates `github/issue-labeler` from 2.0 to 3.4 - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](https://github.com/github/issue-labeler/compare/3ae0e4623c1fda729347ae0d8f1c2e52302ef4c6...c1b0f9f52a63158c4adc09425e858e87b32e9685) Updates `actions/stale` from 1.1.1 to 11.0.0 - [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/0649bd81195b7ac109fbf9dde113af7e58a78b8e...4391f3da665fdf50b6810c1a66712fb9ba21aa93) --- updated-dependencies: - dependency-name: github/issue-labeler dependency-version: '3.4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-labeler.yml | 2 +- .github/workflows/stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index 48188bed079..6c381843217 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -8,7 +8,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@3ae0e4623c1fda729347ae0d8f1c2e52302ef4c6 # v2.0 + - uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/ISSUE_TEMPLATE/issue-label-list.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 39e1ada2bd5..e9063c53f71 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,7 +6,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@0649bd81195b7ac109fbf9dde113af7e58a78b8e # v1.1.1 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is being marked as stale because it has been open for 30 days with no activity.'