Skip to content

Commit 1617f82

Browse files
chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (#511)
Bumps [actions/stale](https://github.com/actions/stale) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@eb5cf3a...1e223db) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a544098 commit 1617f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
issues: write # needed to label and close stale issues
1818
pull-requests: write # needed if PR staleness is re-enabled
1919
steps:
20-
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
20+
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
2121
with:
2222
days-before-issue-stale: 90
2323
days-before-issue-close: 30

0 commit comments

Comments
 (0)