Browse Source

Merge pull request #17480 from cakephp/dependabot/github_actions/actions/stale-9

Bump actions/stale from 8 to 9
othercorey 2 years ago
parent
commit
f2f8c8dccf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/stale.yml

+ 1 - 1
.github/workflows/stale.yml

@@ -16,7 +16,7 @@ jobs:
     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 for 120 days with no activity. Remove the `stale` label or comment or this will be closed in 15 days'