diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 66f74425..28a50893 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -25,7 +25,7 @@ jobs: if: github.repository_owner == 'GoogleCloudPlatform' || github.repository_owner == 'terraform-google-modules' runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'