diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index ebaf401..4834b78 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@v9 + - 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.