diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-01 11:27:50 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-01 11:27:50 +0530 |
| commit | 79497cac3820cddea475a79737ed59a0cf6774f7 (patch) | |
| tree | 60bf09fa1b66a30384d896cf45c3235872c01f70 | |
| parent | 3ff99307c5df53ff5235f4511c29ef3cce97efa2 (diff) | |
chore(deps): update actions/stale action to v10 (#326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 88e8342..ccd202c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 + - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-issue-stale: 21 |
