diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9233213..496f187 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,7 +9,7 @@ jobs: 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 marked as stale since it has had no activity within 30 days, and will be closed after 14 more days. Any activity on the issue will cause it to stay open."