diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3896b1b..e815203 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: name: Stale runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "Issue is stale and will be closed in 14 days unless there is new activity."