diff --git a/.github/workflows/lifecycle_management.yml b/.github/workflows/lifecycle_management.yml index ac1ede8f..fad3774e 100644 --- a/.github/workflows/lifecycle_management.yml +++ b/.github/workflows/lifecycle_management.yml @@ -9,7 +9,7 @@ jobs: if: github.repository == 'p4lang/behavioral-model' runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or this will be closed in 180 days'