Skip to content

Commit a91c825

Browse files
build(deps): bump actions/stale from 10.2.0 to 10.3.0 (#411)
Bumps [actions/stale](https://github.com/actions/stale) from 10.2.0 to 10.3.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd814f0 commit a91c825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yml

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

1616
steps:
1717
- name: "Prune stale issues and pull requests"
18-
uses: "actions/stale@v10.2.0"
18+
uses: "actions/stale@v10.3.0"
1919
with:
2020
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2121
days-before-close: "${{ env.DAYS_BEFORE_CLOSE }}"

0 commit comments

Comments
 (0)