Skip to content

Commit 240ae37

Browse files
chore: Update stale issues GitHub action to use the latest version. (#220)
1 parent 0480193 commit 240ae37

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@v3
13+
- uses: aws-actions/stale-issue-cleanup@main
1414
with:
1515
# Setting messages to an empty string will cause the automation to skip
1616
# that category

0 commit comments

Comments
 (0)