diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7c47935..782c298 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: issues: write steps: - - uses: actions/stale@v3 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been open for 14 days without activity. It will be closed in 5 days if not updated'