diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index b2b4fba..bc7a1b1 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -8,7 +8,7 @@ jobs: name: "close stale issues and pull requests" runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v10 with: # On the 'debug' mode the action will not perform any operation. # Add the secret ACTIONS_STEP_DEBUG with a value of 'true' in the repository.