ci(deps): bump actions/stale from 9 to 10 (#625)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-08 17:25:39 +02:00
committed by GitHub
parent 171996869e
commit a913d00e23

View File

@@ -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