diff --git a/.github/workflows/housekeeping-no-response.yml b/.github/workflows/housekeeping-no-response.yml index f05aa35..4741add 100644 --- a/.github/workflows/housekeeping-no-response.yml +++ b/.github/workflows/housekeeping-no-response.yml @@ -17,7 +17,7 @@ jobs: group: "${{ github.workflow }}" cancel-in-progress: true steps: - - uses: actions/stale@v5 + - uses: actions/stale@v10 with: repo-token: ${{ github.token }} # This workflow does not mark items stale. It only closes items diff --git a/.github/workflows/housekeeping-stale.yml b/.github/workflows/housekeeping-stale.yml index 45b1615..36cef37 100644 --- a/.github/workflows/housekeeping-stale.yml +++ b/.github/workflows/housekeeping-stale.yml @@ -17,7 +17,7 @@ jobs: group: "${{ github.workflow }}" cancel-in-progress: true steps: - - uses: actions/stale@v5 + - uses: actions/stale@v10 with: repo-token: ${{ github.token }} days-before-close: 30