.github/workflows/stale-actions.yml in fluent-plugin-kafka-0.19.2 vs .github/workflows/stale-actions.yml in fluent-plugin-kafka-0.19.3

- old
+ new

@@ -5,10 +5,10 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 90 days-before-close: 30 stale-issue-message: "This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days"