diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 34aa7f2..a00c24a 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -7,7 +7,7 @@ jobs: name: "close stale issues and pull requests" runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v5 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.