We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1628b3d + 40fdfb5 commit bfb7641Copy full SHA for bfb7641
.github/workflows/housekeeping.yaml
@@ -36,7 +36,7 @@ jobs:
36
issues: write
37
steps:
38
- name: Tidy stale PRs and issues
39
- uses: actions/stale@v9
+ uses: actions/stale@v10.1.0
40
with:
41
days-before-issue-stale: 183
42
days-before-issue-close: -1
.github/workflows/pr.yaml
@@ -52,7 +52,7 @@ jobs:
52
uses: actions/[email protected]
53
54
- name: Spell check
55
- uses: rojopolis/spellcheck-github-actions@0.49.0
+ uses: rojopolis/spellcheck-github-actions@0.52.0
56
57
config_path: .spellcheck.yaml
58
0 commit comments