Skip to content

Commit c7c6c5a

Browse files
committed
chore: Update stale issues GitHub action to use last stable v6 version.
1 parent 93c1cd1 commit c7c6c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: Stale issue job
1212
steps:
13-
- uses: aws-actions/stale-issue-cleanup@main
13+
- uses: aws-actions/stale-issue-cleanup@v6
1414
with:
1515
# Setting messages to an empty string will cause the automation to skip
1616
# that category

0 commit comments

Comments
 (0)