Merge pull request #4693 from beego/dependabot/github_actions/actions/stale-4

Bump actions/stale from 3.0.19 to 4
This commit is contained in:
Ming Deng 2021-08-04 21:49:41 +08:00 committed by GitHub
commit cd095e400c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v3.0.19 - uses: actions/stale@v4
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is inactive for a long time.' stale-issue-message: 'This issue is inactive for a long time.'