Skip to content

Commit bfb7641

Browse files
authored
Merge pull request #384 : update actions in workflows
2 parents 1628b3d + 40fdfb5 commit bfb7641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/housekeeping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
issues: write
3737
steps:
3838
- name: Tidy stale PRs and issues
39-
uses: actions/stale@v9
39+
uses: actions/stale@v10.1.0
4040
with:
4141
days-before-issue-stale: 183
4242
days-before-issue-close: -1

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/[email protected]
5353

5454
- name: Spell check
55-
uses: rojopolis/spellcheck-github-actions@0.49.0
55+
uses: rojopolis/spellcheck-github-actions@0.52.0
5656
with:
5757
config_path: .spellcheck.yaml
5858

0 commit comments

Comments
 (0)