From a913d00e2356fc1ca094c8f798db7eb007880679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:25:39 +0200 Subject: [PATCH] ci(deps): bump actions/stale from 9 to 10 (#625) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 985801c..695ea87 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v5 # https://github.com/actions/checkout - name: Run stale action - uses: actions/stale@v9 # https://github.com/actions/stale + uses: actions/stale@v10 # https://github.com/actions/stale with: days-before-stale: 90 days-before-close: 14 @@ -38,7 +38,7 @@ jobs: security - name: Run stale action (for enhancements) - uses: actions/stale@v9 # https://github.com/actions/stale + uses: actions/stale@v10 # https://github.com/actions/stale with: days-before-stale: 360 days-before-close: 14