chore: update GitHub Actions to use latest versions

This commit is contained in:
Luan
2024-09-19 10:04:11 -03:00
parent eaf218f5da
commit f209315216
5 changed files with 17 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'