Skip to content

Commit 8bb54db

Browse files
authored
Merge pull request #99 from codeharborhub/dependabot/github_actions/actions/stale-10
Bump actions/stale from 9 to 10
2 parents b8689e2 + 1182cc1 commit 8bb54db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Close Inactive Issues and Pull Requests
22-
uses: actions/stale@v9
22+
uses: actions/stale@v10
2323
with:
2424
# Token is required for the action to interact with issues
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)